From 513452503e04b0308774fab14f6f386059c05b4a Mon Sep 17 00:00:00 2001 From: Sam Parkinson Date: Sat, 18 Jun 2016 21:38:09 +1000 Subject: [PATCH] Release 0.109.0.1 unstable --- configure.ac | 2 +- doc/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 7dce4e5a..bc876325 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sugar-toolkit-gtk3],[0.109.0.0],[],[sugar-toolkit-gtk3]) +AC_INIT([sugar-toolkit-gtk3],[0.109.0.1],[],[sugar-toolkit-gtk3]) AC_PREREQ([2.59]) diff --git a/doc/conf.py b/doc/conf.py index 4622349d..1bae4b45 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,7 +67,7 @@ master_doc = 'index' # General information about the project. project = u'Sugar Toolkit GTK3' -copyright = u'2015, Sugar Labs' +copyright = u'2016, Sugar Labs' author = u'Sugar Labs' # The version info for the project you're documenting, acts as replacement for @@ -75,9 +75,9 @@ author = u'Sugar Labs' # built documents. # # The short X.Y version. -version = '0.106.0' +version = '0.109' # The full version, including alpha/beta/rc tags. -release = '0.106.0' +release = '0.109.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.