[rtems-tools commit] Update the versions strings.
Chris Johns
chrisj at rtems.org
Sun Oct 18 22:15:29 UTC 2015
Module: rtems-tools
Branch: master
Commit: baa798a0833399cbe4900bfa856d9dcec27d4a58
Changeset: http://git.rtems.org/rtems-tools/commit/?id=baa798a0833399cbe4900bfa856d9dcec27d4a58
Author: Chris Johns <chrisj at rtems.org>
Date: Mon Oct 19 09:14:57 2015 +1100
Update the versions strings.
---
rtemstoolkit/options.py | 2 +-
tester/rt/version.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py
index 6a21f80..11e3c5a 100644
--- a/rtemstoolkit/options.py
+++ b/rtemstoolkit/options.py
@@ -274,7 +274,7 @@ class command_line(object):
def help(self):
print '%s: [options] [args]' % (self.command_name)
- print 'RTEMS Tools Project (c) 2012-2014 Chris Johns'
+ print 'RTEMS Tools Project (c) 2012-2015 Chris Johns'
print 'Options and arguments:'
opts = self.long_opts_help.keys()
if self.optargs:
diff --git a/tester/rt/version.py b/tester/rt/version.py
index 7c82de3..0cc1fca 100644
--- a/tester/rt/version.py
+++ b/tester/rt/version.py
@@ -1,6 +1,6 @@
#
# RTEMS Tools Project (http://www.rtems.org/)
-# Copyright 2013-2014 Chris Johns (chrisj at rtems.org)
+# Copyright 2013-2015 Chris Johns (chrisj at rtems.org)
# All rights reserved.
#
# This file is part of the RTEMS Tools package in 'rtems-tools'.
@@ -35,7 +35,7 @@
#
major = 0
-minor = 2
+minor = 3
revision = 0
def str():
More information about the vc
mailing list