From cd1381700731996a1dcf06b4d1ff011ae621891a Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 27 Jul 2009 20:26:11 +0100 Subject: [PATCH] Release 2.0.6 --- ROX-Lib2/AppInfo.xml | 2 +- ROX-Lib2/ROX-Lib2.xml | 13 +++++++------ ROX-Lib2/python/rox/__init__.py | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ROX-Lib2/AppInfo.xml b/ROX-Lib2/AppInfo.xml index 0756ed6..02a8511 100644 --- a/ROX-Lib2/AppInfo.xml +++ b/ROX-Lib2/AppInfo.xml @@ -9,7 +9,7 @@ Shared library for ROX Thomas Leonard - 2.0.5 (11-Nov-2007) + 2.0.6 GNU General Public License http://rox.sourceforge.net diff --git a/ROX-Lib2/ROX-Lib2.xml b/ROX-Lib2/ROX-Lib2.xml index 3c20818..1c161bf 100644 --- a/ROX-Lib2/ROX-Lib2.xml +++ b/ROX-Lib2/ROX-Lib2.xml @@ -1,13 +1,14 @@ - - + + + ROX-Lib2 library for ROX applications ROX-Lib contains shared code used by most of the ROX applications. - + - + sed -i "s/<Version>.*<\/Version>$/<Version>$RELEASE_VERSION<\/Version>/" ROX-Lib2/AppInfo.xml @@ -16,7 +17,7 @@ cd ROX-Lib2/Messages && ./dist - - + + diff --git a/ROX-Lib2/python/rox/__init__.py b/ROX-Lib2/python/rox/__init__.py index 07d232e..de6f24d 100644 --- a/ROX-Lib2/python/rox/__init__.py +++ b/ROX-Lib2/python/rox/__init__.py @@ -33,7 +33,7 @@ import sys, os, codecs _to_utf8 = codecs.getencoder('utf-8') -roxlib_version = (2, 0, 5) +roxlib_version = (2, 0, 6) _path = os.path.realpath(sys.argv[0]) app_dir = os.path.dirname(_path) -- 2.11.4.GIT