From: Jeffrey D. <ha...@us...> - 2003-10-24 12:35:54
|
Log Message: ----------- hi Modified Files: -------------- /cvsroot/decaldev/source/Include: DecalVersion.h Revision Data ------------- Index: DecalVersion.h =================================================================== RCS file: /cvsroot/decaldev/source/Include/DecalVersion.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- DecalVersion.h 29 Aug 2003 12:01:38 -0000 1.4 +++ DecalVersion.h 24 Oct 2003 04:12:48 -0000 1.5 @@ -7,8 +7,8 @@ #define DECAL_MAJOR 2 #define DECAL_MINOR 6 #define DECAL_BUGFIX 0 -#define DECAL_RELEASE 0 +#define DECAL_RELEASE 1 -#define DECAL_VERSION_STRING "2, 6, 0, 0" +#define DECAL_VERSION_STRING "2, 6, 0, 1" #endif |