[tuxdroid-svn] r5272 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-08-01 12:57:57
|
Author: remi
Date: 2009-08-01 14:57:46 +0200 (Sat, 01 Aug 2009)
New Revision: 5272
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
software_suite_v3/smart-core/smart-server/trunk/version.py
Log:
* Updated Smart-Server trunk version to 0.4.2-b0
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-08-01 12:55:42 UTC (rev 5271)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-08-01 12:57:46 UTC (rev 5272)
@@ -4,7 +4,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Smart Server"
-!define PRODUCT_VERSION "0.4.1-b11"
+!define PRODUCT_VERSION "0.4.2-b0"
; 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-08-01 12:55:42 UTC (rev 5271)
+++ software_suite_v3/smart-core/smart-server/trunk/version.py 2009-08-01 12:57:46 UTC (rev 5272)
@@ -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-b11'
+version = '0.4.2-b0'
author = "Remi Jocaille (rem...@c2...)"
licence = "GPL"
date = "2009"
|