Author: mturk Date: Tue Dec 4 14:04:43 2012 New Revision: 1416945 URL: http://svn.apache.org/viewvc?rev=1416945&view=rev Log: Increment current version numbers
Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h?rev=1416945&r1=1416944&r2=1416945&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h (original) +++ commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h Tue Dec 4 14:04:43 2012 @@ -31,7 +31,7 @@ #define JSVC_MINOR_VERSION 0 /** patch level */ -#define JSVC_PATCH_VERSION 11 +#define JSVC_PATCH_VERSION 12 /** * This symbol is defined for internal, "development" copies of JSVC. Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h?rev=1416945&r1=1416944&r2=1416945&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h (original) +++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h Tue Dec 4 14:04:43 2012 @@ -24,7 +24,7 @@ #define _PRUNMGR_H #undef PRG_VERSION -#define PRG_VERSION "1.0.11.0" +#define PRG_VERSION "1.0.12.0" #define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0" #define IDM_TM_EXIT 2000 Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc?rev=1416945&r1=1416944&r2=1416945&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc (original) +++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc Tue Dec 4 14:04:43 2012 @@ -228,7 +228,7 @@ END STRINGTABLE BEGIN IDS_APPLICATION RSTR_PSM - IDS_APPVERSION "Version 1.0.11" + IDS_APPVERSION "Version 1.0.12" IDS_APPFULLNAME RSTR_PSM " Version " PRG_VERSION IDS_APPCOPYRIGHT "Copyright (c) 2000-2012 The Apache Software Foundation" IDS_APPDESCRIPTION "Apache Commons Daemon Service Management Tool" @@ -259,8 +259,8 @@ BEGIN END 1 VERSIONINFO - FILEVERSION 1,0,11,0 - PRODUCTVERSION 1,0,11,0 + FILEVERSION 1,0,12,0 + PRODUCTVERSION 1,0,12,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x03L Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h?rev=1416945&r1=1416944&r2=1416945&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h (original) +++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h Tue Dec 4 14:04:43 2012 @@ -25,7 +25,7 @@ #define _PRUNSRV_H #undef PRG_VERSION -#define PRG_VERSION "1.0.11.0" +#define PRG_VERSION "1.0.12.0" #define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0" #endif /* _PRUNSRV_H */ Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc?rev=1416945&r1=1416944&r2=1416945&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc (original) +++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc Tue Dec 4 14:04:43 2012 @@ -23,8 +23,8 @@ IDI_MAINICON ICON CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "prunsrv.manifest" 1 VERSIONINFO - FILEVERSION 1,0,11,0 - PRODUCTVERSION 1,0,11,0 + FILEVERSION 1,0,12,0 + PRODUCTVERSION 1,0,12,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x03L