Release version 0.3, the last supporting blender 2.4x master vrm-0.3
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 29 Jan 2012 21:50:16 +0000 (22:50 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 29 Jan 2012 21:50:16 +0000 (22:50 +0100)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
vrm.py

diff --git a/vrm.py b/vrm.py
index 267b239..86c8fba 100755 (executable)
--- 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.")