From: <ny...@us...> - 2006-06-05 23:23:54
|
Revision: 46 Author: nyaochi Date: 2006-06-03 22:34:29 -0700 (Sat, 03 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=46&view=rev Log Message: ----------- Bumped the version number in main.c Modified Paths: -------------- trunk/frontend/easypmp/cui/main.c Modified: trunk/frontend/easypmp/cui/main.c =================================================================== --- trunk/frontend/easypmp/cui/main.c 2006-06-04 05:24:20 UTC (rev 45) +++ trunk/frontend/easypmp/cui/main.c 2006-06-04 05:34:29 UTC (rev 46) @@ -49,7 +49,7 @@ #endif #define APPLICATION_S "EasyPMP [CUI]" -#define VERSION_S "0.10 alpha" +#define VERSION_S "0.11 alpha" #define COPYRIGHT_S "Copyright (c) 2005-2006 Nyaochi" int database_dump(pmp_t* pmp, FILE *fpo, int level); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |