Author: remi
Date: 2009-08-01 14:54:38 +0200 (Sat, 01 Aug 2009)
New Revision: 5270

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.1-b11
* Automatic relaunch of TuxBox after the installation

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:36:09 UTC (rev 5269)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi       
2009-08-01 12:54:38 UTC (rev 5270)
@@ -4,7 +4,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "Smart Server"
-!define PRODUCT_VERSION "0.4.1-b10"
+!define PRODUCT_VERSION "0.4.1-b11"
 
 ; Output names
 !define FINAL_INSTALLER_EXE "SmartServerInstaller_${PRODUCT_VERSION}.exe"
@@ -107,7 +107,7 @@
     Pop $2
     StrCmp $2 "true" start pass
     start:
-    Exec "$TUXDROID_PATH\bin\smart_server_start.exe"
+    Exec "$TUXDROID_PATH\bin\tuxbox_launcher.exe"
     pass:
     Return
 SectionEnd

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:36:09 UTC (rev 5269)
+++ software_suite_v3/smart-core/smart-server/trunk/version.py  2009-08-01 
12:54:38 UTC (rev 5270)
@@ -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-b10'
+version = '0.4.1-b11'
 author = "Remi Jocaille ([email protected])"
 licence = "GPL"
 date = "2009"


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to