changeset 66:1bd4e39c600b rel-1_96

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 23:36:24 +0300
parents c6ecac58120a
children cf85b8c08214
files Makefile README pwplib/pwplib.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Aug 06 10:41:57 2011 +0300
+++ b/Makefile	Thu May 24 23:36:24 2012 +0300
@@ -92,7 +92,7 @@
 	XLDFLAGS="-s -L$(MINGW64_PATH)/lib/ `$(MINGW64_PATH)/bin/sdl-config --libs` -lwinmm" && \
 	$(MAKE) all
 
-PACKAGE=pwpunix-1.95-sdl
+PACKAGE=pwpunix-1.96-sdl
 ZIPFILE=$(PACKAGE)-win32-bin.zip
 
 README.txt: README
--- a/README	Sat Aug 06 10:41:57 2011 +0300
+++ b/README	Thu May 24 23:36:24 2012 +0300
@@ -20,7 +20,7 @@
      @@@@@          %%%        %%%%%%%%%%%%%%  %%%
      @@@@
 
-                     libSDL-enhanced pwplib v1.95
+                     libSDL-enhanced pwplib v1.96
 
                    in the year 2010 of our lameness
 
--- a/pwplib/pwplib.h	Sat Aug 06 10:41:57 2011 +0300
+++ b/pwplib/pwplib.h	Thu May 24 23:36:24 2012 +0300
@@ -1,7 +1,7 @@
 #ifndef PWP_PWPLIB_H
 #define PWP_PWPLIB_H
 
-#define PWPLIB_VERSION "1.95"
+#define PWPLIB_VERSION "1.96"
 
 #ifdef UNIX
 #define __POSIX__