[Bf-committers] [13243] trunk/blender/release: Adds a script to automatically determine the blender version #

GSR gsr.b3d at infernal-iceberg.com
Tue Jan 15 19:18:09 CET 2008


Hi,
mein at cs.umn.edu (2008-01-15 at 1625.51 +0100):
> +if minor and major:
> +	print str(major)+"."+minor
> +else:
> +	print unkownversion

There is no unkownversion, so the print will fail with something like
(this is from python console, so line 1):

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
NameError: name 'unkownversion' is not defined

> Property changes on: trunk/blender/release/getversion.py
> ___________________________________________________________________
> Name: svn:executable
>    + *

Add EOL, keywords, etc?

GSR
 


More information about the Bf-committers mailing list