summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-10-19 09:14:57 +1100
committerChris Johns <chrisj@rtems.org>2015-10-19 09:14:57 +1100
commitbaa798a0833399cbe4900bfa856d9dcec27d4a58 (patch)
tree16ee6eb51754bb6ef0b080936698f239e26cf455
parentUpdate waf to 1.8.15 (diff)
downloadrtems-tools-baa798a0833399cbe4900bfa856d9dcec27d4a58.tar.bz2
Update the versions strings.
-rw-r--r--rtemstoolkit/options.py2
-rw-r--r--tester/rt/version.py4
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@rtems.org)
+# Copyright 2013-2015 Chris Johns (chrisj@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():