Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 17447 invoked from network); 11 Dec 2009 07:31:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 07:31:18 -0000 Received: (qmail 7433 invoked by uid 500); 11 Dec 2009 07:31:17 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 7311 invoked by uid 500); 11 Dec 2009 07:31:17 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 7302 invoked by uid 99); 11 Dec 2009 07:31:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 07:31:17 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 07:31:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9864623889E7; Fri, 11 Dec 2009 07:30:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r889522 - in /commons/proper/daemon/trunk/src/native/nt/procrun/apps: prunmgr/prunmgr.h prunmgr/prunmgr.rc prunsrv/prunsrv.h prunsrv/prunsrv.rc Date: Fri, 11 Dec 2009 07:30:54 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091211073054.9864623889E7@eris.apache.org> 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 +