[tuxdroid-svn] r5096 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-09 08:27:29
|
Author: remi
Date: 2009-07-09 10:27:28 +0200 (Thu, 09 Jul 2009)
New Revision: 5096
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
software_suite_v3/smart-core/smart-server/trunk/version.py
Log:
* Updated version from 0.4.1-b1 to 0.4.1-b2.
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-07-09 08:24:47 UTC (rev 5095)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-07-09 08:27:28 UTC (rev 5096)
@@ -4,7 +4,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Smart Server"
-!define PRODUCT_VERSION "0.4.1-b1"
+!define PRODUCT_VERSION "0.4.1-b2"
; Output names
!define FINAL_INSTALLER_EXE "SmartServerInstaller_${PRODUCT_VERSION}.exe"
Modified: software_suite_v3/smart-core/smart-server/trunk/version.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/version.py 2009-07-09 08:24:47 UTC (rev 5095)
+++ software_suite_v3/smart-core/smart-server/trunk/version.py 2009-07-09 08:27:28 UTC (rev 5096)
@@ -7,7 +7,7 @@
# Distributed under the terms of the GNU General Public License
# http://www.gnu.org/copyleft/gpl.html
-version = '0.4.1-b1'
+version = '0.4.1-b2'
author = "Remi Jocaille (rem...@c2...)"
licence = "GPL"
date = "2009"
|