summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2014-02-18 00:03:14 +0100
committerMaciej Piechotka <uzytkownik2@gmail.com>2014-02-18 00:03:14 +0100
commit5e167834153d767e79676952a16502b50a9154a6 (patch)
tree5d46b4d0e8da0c0c99348bc9df628c3ec72c2de6
parenta4b87d18ab42336b8315dc6245b73c6b9d2dec5c (diff)
downloadlibgee-5e167834153d767e79676952a16502b50a9154a6.tar.gz
Release 0.13.900.13.90
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b7c2236..b2630a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.13.90
+==============
+ * Fix the broken test
+
libgee 0.13.5.1
===============
* Remove workaround for 'old' (<0.23.2) vala
diff --git a/configure.ac b/configure.ac
index 37f4049..43fc2b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.13.5.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.13.90], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])