The Birdfont Source Code
Version 1.9
These changes was commited to the Birdfont repository Thu, 06 Nov 2014 11:14:31 +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
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+ birdfont (1.8) stable;
+
+ * Fix compability with Inkscape and other bugs
+
+ -- Johan Mattsson <johan.mattsson.m@gmail.com> Thu Nov 6 12:13:15 CET 2014
+
birdfont (1.8) stable;
* A new Beziér drawing tool
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,8 +13,8 @@
Lesser General Public License for more details.
"""
- VERSION = '1.8'
- SO_VERSION_MAJOR = '30'
+ VERSION = '1.9'
+ SO_VERSION_MAJOR = '31'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR