The Birdfont Source Code
Merge ../birdfont-2.x
These changes was commited to the Birdfont repository Mon, 10 Oct 2016 15:25:11 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Merge ../birdfont-2.x
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+ birdfont (2.16.12) stable;
+
+ * Platform independet scrollbar
+ * Bug fixes
+
+ -- Johan Mattsson <johan.mattsson.m@gmail.com> mån 10 okt 2016 14:38:53 CEST
+
birdfont (2.16.9) stable;
* RTL (right-to-left) writing in kerning tab
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
"""
- VERSION = '2.16.10'
+ VERSION = '2.16.12'
SO_VERSION_MAJOR = '36'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR