[X2Go-Commits] [x2goclient] 31/94: * modified version string
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:37 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 7a1e35b059a4b41d9b937856556b2c434143eba0
Author: mike <mike at cdb5e8f1-f799-4276-8919-bce57fd91830>
Date: Fri Dec 10 12:59:15 2010 +0000
* modified version string
git-svn-id: https://svn.das-netzwerkteam.de/x2go/pyhoca-cli/trunk@177 cdb5e8f1-f799-4276-8919-bce57fd91830
---
debian/changelog | 6 ++++++
pyhoca-cli | 3 ++-
pyhoca/cli/__init__.py | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a1e1e7f7..4ebeac7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyhoca-cli (0.1.2-0~nwt2) lucid maverick testing unstable; urgency=low
+
+ * adapted code version
+
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 10 Dec 2010 13:46:00 +0200
+
pyhoca-cli (0.1.2-0~nwt1) lucid maverick testing unstable; urgency=low
* disabled use_cache for X2goClient instance
diff --git a/pyhoca-cli b/pyhoca-cli
index 1e1ce6f5..bfb67b50 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -54,7 +54,8 @@ from pyhoca.cli import current_home, PyHocaCLI, runtime_error
# version information
PROG_NAME = os.path.basename(sys.argv[0])
PROG_PID = os.getpid()
-VERSION="0.1.1"
+from pyhoca.cli import __VERSION__ as _version
+VERSION=_version
VERSION_TEXT="""
%s[%s] - an X2go command line client written in Python
----------------------------------------------------------------------
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index e26185a2..86f50bb8 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -20,6 +20,6 @@
"""\
STILL UNDOCUMENTED
"""
-__VERSION__ = "0.1.1"
+__VERSION__ = "0.1.2"
from frontend import *
\ No newline at end of file
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list