[tuxdroid-svn] r5898 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
From: remi <c2m...@c2...> - 2009-11-18 10:21:19
|
Author: remi Date: 2009-11-18 11:21:07 +0100 (Wed, 18 Nov 2009) New Revision: 5898 Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi software_suite_v3/smart-core/smart-server/trunk/version.py Log: * Updated version to 0.4.5 Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi =================================================================== --- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-11-18 10:19:30 UTC (rev 5897) +++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-11-18 10:21:07 UTC (rev 5898) @@ -4,7 +4,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Smart Server" -!define PRODUCT_VERSION "0.4.4-b0" +!define PRODUCT_VERSION "0.4.5" ; 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-11-18 10:19:30 UTC (rev 5897) +++ software_suite_v3/smart-core/smart-server/trunk/version.py 2009-11-18 10:21:07 UTC (rev 5898) @@ -7,7 +7,7 @@ # Distributed under the terms of the GNU General Public License # http://www.gnu.org/copyleft/gpl.html -version = '0.4.4-b0' +version = '0.4.5' author = "Remi Jocaille (rem...@c2...)" licence = "GPL" date = "2009" |