Author: remi
Date: 2009-02-17 14:46:01 +0100 (Tue, 17 Feb 2009)
New Revision: 3715

Modified:
   software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi
   software_suite_v2/tuxware/pytuxisalive/trunk/src/setup.py
   software_suite_v2/tuxware/pytuxisalive/trunk/src/setup_only_api.py
Log:
* updated the version in the installer scripts

Modified: software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi
===================================================================
--- software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi      
2009-02-17 13:44:10 UTC (rev 3714)
+++ software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi      
2009-02-17 13:46:01 UTC (rev 3715)
@@ -4,7 +4,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "Tuxisalive python package"
-!define PRODUCT_VERSION "0.2.1"
+!define PRODUCT_VERSION "0.2.2"
 
 ; Output names
 !define FINAL_INSTALLER_EXE "pyTuxisaliveInstaller_${PRODUCT_VERSION}.exe"

Modified: software_suite_v2/tuxware/pytuxisalive/trunk/src/setup.py
===================================================================
--- software_suite_v2/tuxware/pytuxisalive/trunk/src/setup.py   2009-02-17 
13:44:10 UTC (rev 3714)
+++ software_suite_v2/tuxware/pytuxisalive/trunk/src/setup.py   2009-02-17 
13:46:01 UTC (rev 3715)
@@ -68,7 +68,7 @@
 PACKAGE_BASE_PATH = get_python_lib()
 
 setup(name = 'tuxisalive',
-      version = '0.2.1',
+      version = '0.2.2',
       description = 'Python utilities for Tuxdroid',
       author = 'Remi Jocaille',
       author_email = '[email protected]',
@@ -97,7 +97,7 @@
 # Install the package (.so files only)
 #
 setup(name = 'tuxisalive',
-      version = '0.2.1',
+      version = '0.2.2',
       description = 'Python utilities for Tuxdroid',
       author = 'Remi Jocaille',
       author_email = '[email protected]',

Modified: software_suite_v2/tuxware/pytuxisalive/trunk/src/setup_only_api.py
===================================================================
--- software_suite_v2/tuxware/pytuxisalive/trunk/src/setup_only_api.py  
2009-02-17 13:44:10 UTC (rev 3714)
+++ software_suite_v2/tuxware/pytuxisalive/trunk/src/setup_only_api.py  
2009-02-17 13:46:01 UTC (rev 3715)
@@ -44,7 +44,7 @@
 # Install the package
 #
 setup(name = 'tuxapi',
-      version = '0.2.1',
+      version = '0.2.2',
       description = 'Python API for Tuxdroid',
       author = 'Remi Jocaille',
       author_email = '[email protected]',


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to