From 2b6efff503792b4af08849f2209b568231c9ee0f Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Fri, 27 Nov 2015 17:13:31 +0100 Subject: Bump version Signed-off-by: Michael Buesch --- libtoprammer/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtoprammer/main.py') diff --git a/libtoprammer/main.py b/libtoprammer/main.py index 59cdd45..b0fac2e 100644 --- a/libtoprammer/main.py +++ b/libtoprammer/main.py @@ -1,7 +1,7 @@ """ # TOP2049 Open Source programming suite # -# Copyright (c) 2009-2011 Michael Buesch +# Copyright (c) 2009-2015 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ if __pymajor < 2 or (__pymajor == 2 and __pyminor < 6): # TOPrammer version stamp VERSION_MAJOR = 0 -VERSION_MINOR = 15 +VERSION_MINOR = 16 VERSION = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR) -- cgit v1.2.3