[tuxdroid-svn] r5125 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-22 07:48:50
|
Author: remi
Date: 2009-07-22 09:48:21 +0200 (Wed, 22 Jul 2009)
New Revision: 5125
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
software_suite_v3/smart-core/smart-server/trunk/version.py
Log:
* Updated to 0.4.1-b7
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-07-17 15:59:53 UTC (rev 5124)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-07-22 07:48:21 UTC (rev 5125)
@@ -4,7 +4,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Smart Server"
-!define PRODUCT_VERSION "0.4.1-b6"
+!define PRODUCT_VERSION "0.4.1-b7"
; 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-17 15:59:53 UTC (rev 5124)
+++ software_suite_v3/smart-core/smart-server/trunk/version.py 2009-07-22 07:48:21 UTC (rev 5125)
@@ -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-b6'
+version = '0.4.1-b7'
author = "Remi Jocaille (rem...@c2...)"
licence = "GPL"
date = "2009"
|