From 34263dbefe5482fd90cee66bbc38d75541dbe87d Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sat, 6 Nov 2010 10:43:09 +0200 Subject: upgrade version to 0.3.3 --- src/libwebvi/webvi/version.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libwebvi/webvi') diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py index 26cb817..6aa4fc8 100644 --- a/src/libwebvi/webvi/version.py +++ b/src/libwebvi/webvi/version.py @@ -15,6 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -MAJOR = '0' -MINOR = '2' -VERSION = MAJOR + '.' + MINOR +VERSION = '0.3.3' -- cgit v1.2.3