The Birdfont Source Code
Version 1.9.1
These changes was commited to the Birdfont repository Thu, 06 Nov 2014 16:46:33 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Version 1.9.1
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
"""
- VERSION = '1.9'
+ VERSION = '1.9.1'
SO_VERSION_MAJOR = '31'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR