From 716bd0520b9952e0075a3a1d28a54472a8b11334 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 3 Jul 2005 17:48:33 +0000 Subject: [PATCH] Preview release. git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@3991 66de3db3-b00d-0410-b41b-f4738ad19bea --- AppInfo.xml | 2 +- Help/Changes | 2 +- python/rox/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AppInfo.xml b/AppInfo.xml index c843c34..4a03d0e 100644 --- a/AppInfo.xml +++ b/AppInfo.xml @@ -9,7 +9,7 @@ Shared library for ROX Thomas Leonard - 2.0.0 (16-Apr-2005) + 2.0.1 (PREVIEW) GNU General Public License http://rox.sourceforge.net diff --git a/Help/Changes b/Help/Changes index aaa6f28..3bca7e0 100644 --- a/Help/Changes +++ b/Help/Changes @@ -5,7 +5,7 @@ 17-Jun-2005 ~~~~~~~~~~~ -Send GtkDeprecationWarnings to stdout, not stderr, so only developers will +Send deprecation warnings to stdout, not stderr, so only developers will see them (Thomas Leonard). 10-Jun-2005 diff --git a/python/rox/__init__.py b/python/rox/__init__.py index cf5e23d..7f76a63 100644 --- a/python/rox/__init__.py +++ b/python/rox/__init__.py @@ -33,7 +33,7 @@ import sys, os, codecs _to_utf8 = codecs.getencoder('utf-8') -roxlib_version = (2, 0, 0) +roxlib_version = (2, 0, 1) _path = os.path.realpath(sys.argv[0]) app_dir = os.path.dirname(_path) -- 2.11.4.GIT