Author: mturk Date: Fri Dec 11 07:30:53 2009 New Revision: 889522 URL: http://svn.apache.org/viewvc?rev=889522&view=rev Log: Bump the version to 2.0.6
Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.rc commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.h commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.rc Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h?rev=889522&r1=889521&r2=889522&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h (original) +++ commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h Fri Dec 11 07:30:53 2009 @@ -24,7 +24,7 @@ #define _PRUNMGR_H #undef PRG_VERSION -#define PRG_VERSION "2.0.5.0" +#define PRG_VERSION "2.0.6.0" #define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0" #define IDM_TM_EXIT 2000 @@ -137,3 +137,4 @@ #define IDS_NOTIMPLEMENTED 3199 #endif /* _PRUNMGR_H */ + Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.rc URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.rc?rev=889522&r1=889521&r2=889522&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.rc (original) +++ commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.rc Fri Dec 11 07:30:53 2009 @@ -225,7 +225,7 @@ STRINGTABLE BEGIN IDS_APPLICATION RSTR_PSM - IDS_APPVERSION "Version 2.0.5" + IDS_APPVERSION "Version 2.0.6" IDS_APPFULLNAME RSTR_PSM " Version " PRG_VERSION IDS_APPCOPYRIGHT "Copyright © 2000-2009 The Apache Software Foundation" IDS_APPDESCRIPTION "Apache Procrun Service Management Tool" @@ -256,8 +256,8 @@ END 1 VERSIONINFO - FILEVERSION 2,0,5,0 - PRODUCTVERSION 2,0,5,0 + FILEVERSION 2,0,6,0 + PRODUCTVERSION 2,0,6,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x03L @@ -288,3 +288,4 @@ VALUE "Translation", 0x409, 1200 END END + Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.h URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.h?rev=889522&r1=889521&r2=889522&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.h (original) +++ commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.h Fri Dec 11 07:30:53 2009 @@ -25,7 +25,7 @@ #define _PRUNSRV_H #undef PRG_VERSION -#define PRG_VERSION "2.0.5.0" +#define PRG_VERSION "2.0.6.0" #define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0" #endif /* _PRUNSRV_H */ Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.rc URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.rc?rev=889522&r1=889521&r2=889522&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.rc (original) +++ commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.rc Fri Dec 11 07:30:53 2009 @@ -22,8 +22,8 @@ IDI_MAINICON ICON "../../resources/procrunw.ico" 1 VERSIONINFO - FILEVERSION 2,0,5,0 - PRODUCTVERSION 2,0,5,0 + FILEVERSION 2,0,6,0 + PRODUCTVERSION 2,0,6,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x03L @@ -53,4 +53,5 @@ BEGIN VALUE "Translation", 0x409, 1200 END -END +END +