From: <suc...@us...> - 2006-07-29 22:06:12
|
Revision: 153 Author: sucknblow Date: 2006-07-29 15:06:04 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=153&view=rev Log Message: ----------- Bump version number. Modified Paths: -------------- trunk/configure.in trunk/debian/changelog trunk/frontend/easypmp/cui/main.c Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2006-07-29 21:56:41 UTC (rev 152) +++ trunk/configure.in 2006-07-29 22:06:04 UTC (rev 153) @@ -27,7 +27,7 @@ dnl ------------------------------------------------------------------ dnl Initialization for automake dnl ------------------------------------------------------------------ -AM_INIT_AUTOMAKE(pmplib, 0.11) +AM_INIT_AUTOMAKE(pmplib, 0.12) AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE AM_C_PROTOTYPES Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2006-07-29 21:56:41 UTC (rev 152) +++ trunk/debian/changelog 2006-07-29 22:06:04 UTC (rev 153) @@ -1,6 +1,6 @@ -pmplib (0.11-1) unstable; urgency=low +pmplib (0.12-1) unstable; urgency=low * Initial release Closes: #369975 - -- Martin Ellis <mar...@kd...> Fri, 2 Jun 2006 18:43:00 +0100 + -- Martin Ellis <mar...@kd...> Sat, 29 Jul 2006 23:05:36 +0100 Modified: trunk/frontend/easypmp/cui/main.c =================================================================== --- trunk/frontend/easypmp/cui/main.c 2006-07-29 21:56:41 UTC (rev 152) +++ trunk/frontend/easypmp/cui/main.c 2006-07-29 22:06:04 UTC (rev 153) @@ -52,7 +52,7 @@ #endif #define APPLICATION_S "EasyPMP [CUI]" -#define VERSION_S "0.11 alpha" +#define VERSION_S "0.12 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. |