summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2013-03-12 14:43:14 -0700
committerManish Sinha <manishsinha@ubuntu.com>2013-03-12 14:43:14 -0700
commit126e14bfdf3fd7112b6583a72e7da4c884b53d56 (patch)
tree437ea17db8705ef0ea884208575b631b29f340a3
parent1243e6299841a2e354ee22b8945c22def0c2248a (diff)
downloadzeitgeist-126e14bfdf3fd7112b6583a72e7da4c884b53d56.tar.gz
Updated NEWS file and updated the version number
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0bc196f5..e5f0ac62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2012-XX-XX: Zeitgeist 1.0 Beta 1
+2012-03-12: Zeitgeist 1.0 Beta 1
--------------------------------
This version introduces libzeitgeist2, a Vala port of the previously
@@ -44,6 +44,9 @@ libzeitgeist2 has some API differences:
- Removed event_new_full_valist and events_from_valist.
- Removed time_range_get_{start,end}_iso8601.
+Special Thanks to the hard work of Rico Tzschichholz and Paolo Borelli
+for their contribution in this major release
+
2012-08-26: Zeitgeist 0.9.5 "Sun Devil"
---------------------------------------
diff --git a/configure.ac b/configure.ac
index 4de0d1b1..0c9c32e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.9.5], [dev@lists.zeitgeist-project.com], [zeitgeist])
+AC_INIT([zeitgeist], [0.9.9], [dev@lists.zeitgeist-project.com], [zeitgeist])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)