From efa292dcd4cfb88bb0a1d45147c408e500a86d73 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 29 Jan 2012 22:50:16 +0100 Subject: [PATCH] Release version 0.3, the last supporting blender 2.4x Signed-off-by: Antonio Ospite --- vrm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vrm.py b/vrm.py index 267b239..86c8fba 100755 --- a/vrm.py +++ b/vrm.py @@ -8,14 +8,14 @@ Tooltip: 'Vector Rendering Method script' __author__ = "Antonio Ospite" __url__ = ["http://vrm.ao2.it"] -__version__ = "0.3.beta" +__version__ = "0.3" __bpydoc__ = """\ Render the scene and save the result in vector format. """ # --------------------------------------------------------------------- -# Copyright (c) 2006, 2007, 2008, 2009 Antonio Ospite +# Copyright (c) 2006, 2007, 2008, 2009, 2012 Antonio Ospite # # 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 @@ -2910,7 +2910,7 @@ class GUI: Draw.Text("VRM: Vector Rendering Method script. Version %s." % __version__) glRasterPos2i(10, 365) - Draw.Text("%s (c) 2006, 2007" % __author__) + Draw.Text("%s (c) 2012" % __author__) glRasterPos2i(10, 335) Draw.Text("Press Q or ESC to quit.") -- 2.1.4