Revision: 356
Author:
endga...@gmail.com
Date: Mon May 21 15:08:03 2012
Log: 0.71 pre-update revbumps.
http://code.google.com/p/libfake437/source/detail?r=356
Modified:
/trunk/Makefile.am
/trunk/NEWS
/trunk/
configure.ac
=======================================
--- /trunk/Makefile.am Sat Oct 8 01:59:55 2011
+++ /trunk/Makefile.am Mon May 21 15:08:03 2012
@@ -31,7 +31,7 @@
src/fonts.h \
src/primitive.c \
src/surface.c
-libfake437_la_LDFLAGS = $(SDL_L_FLAGS) -no-undefined -version-info 8:0:0
+libfake437_la_LDFLAGS = $(SDL_L_FLAGS) -no-undefined -version-info 9:0:1
libfake437_la_LIBADD = -lSDL
if ENABLE_EXAMPLES
=======================================
--- /trunk/NEWS Sat Oct 1 16:02:57 2011
+++ /trunk/NEWS Mon May 21 15:08:03 2012
@@ -1,3 +1,8 @@
+What's new in version 0.71 (2011-10-08):
+* Added a new function f437_surface_new_sized: Create a F437Surface of
+ limited rows and columns, scaled as large as possible and centred in
+ the SDL_Surface.
+
What's new in version 0.7 (2011-10-02):
* Trimmed the interface right down by adding a little state to
F437Surface.
=======================================
--- /trunk/
configure.ac Sat Oct 1 16:01:11 2011
+++ /trunk/
configure.ac Mon May 21 15:08:03 2012
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
-AC_INIT([libfake437], [0.7], [
endga...@gmail.com])
+AC_INIT([libfake437], [0.71], [
endga...@gmail.com])
AC_CONFIG_AUX_DIR([auxfiles])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])