From: Antonio Ospite Date: Sun, 29 Jan 2012 21:50:16 +0000 (+0100) Subject: Release version 0.3, the last supporting blender 2.4x X-Git-Tag: vrm-0.3^0 X-Git-Url: https://git.ao2.it/vrm.git/commitdiff_plain Release version 0.3, the last supporting blender 2.4x Signed-off-by: Antonio Ospite --- 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.")