[libgames-support] Prepare 0.90



commit 42249932912a33b4e407fa29b071d9f0fa871dce
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Feb 15 09:36:06 2016 -0600

    Prepare 0.90

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5534cbd..71408a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.90 - February 15, 2016
+========================
+
+With this release, libgames-support is now entering API freeze in preparation
+for its first stable release in March. The API will change before this release
+only if a major issue is discovered.
+
+- Add ability to import old scores.
+- Various fixes and improvements.
+- Various API changes.
+- Updated translations
+
 0.2 - October 25, 2015
 ======================
 
diff --git a/configure.ac b/configure.ac
index d3e0bbd..2c48153 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([libgames-support], [0.2], [https://bugzilla.gnome.org])
+AC_INIT([libgames-support], [0.90], [https://bugzilla.gnome.org])
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl https://bugzilla.gnome.org/show_bug.cgi?id=751624
@@ -15,7 +15,7 @@ dnl * If any interfaces have been removed or changed since the last public
 dnl   release, then set age to 0)
 dnl
 dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([LIBGAMES_SUPPORT_LT_VERSION], [1:0:0])
+AC_SUBST([LIBGAMES_SUPPORT_LT_VERSION], [2:0:0])
 
 AC_SUBST([LIBGAMES_SUPPORT_API_VERSION], [1.0])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]