From 548a9f9391de8b18997a5b1ef308022320ea044f Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 15 Oct 2003 14:01:43 +0000 Subject: [PATCH] New release. git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@3171 66de3db3-b00d-0410-b41b-f4738ad19bea --- AppInfo.xml | 2 +- python/rox/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppInfo.xml b/AppInfo.xml index 6bb93e7..65fed90 100644 --- a/AppInfo.xml +++ b/AppInfo.xml @@ -6,7 +6,7 @@ Shared library for ROX Thomas Leonard - 1.9.11 PREVIEW + 1.9.11 (15-Oct-2003) GNU General Public License http://rox.sourceforge.net diff --git a/python/rox/__init__.py b/python/rox/__init__.py index 4c8b54a..b94cb3e 100644 --- a/python/rox/__init__.py +++ b/python/rox/__init__.py @@ -31,7 +31,7 @@ python is old enough not to include them already. import sys, os -roxlib_version = (1, 9, 10) +roxlib_version = (1, 9, 11) _path = os.path.realpath(sys.argv[0]) app_dir = os.path.dirname(_path) -- 2.11.4.GIT