Upped the version number to 1.1.2 so there is no confusing with the installer-release 1.1.1. The svn version has a couple of changes already.

git-svn-id: http://svn.robofab.com/trunk@13 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
Erik van Blokland 2008-01-08 07:21:03 +00:00
parent 93f57733fc
commit fe3133926a

View File

@ -75,5 +75,5 @@ class RoboFabError(Exception): pass
class RoboFabWarning(Warning): pass class RoboFabWarning(Warning): pass
numberVersion = (1, 1, "release", 1) numberVersion = (1, 1, "develop", 2)
version = "1.1.1" version = "1.1.2"