summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2010-04-22 20:52:18 +0200
committerSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2010-04-22 20:52:18 +0200
commit582c6ca32a6d088128cf54213bccd65cbd4d7670 (patch)
treece89e17bae6176d809969e2a5b2ca273ec30be90
parent6321021b0b4f066b009c1242d831a9b73ec20ace (diff)
Bump version number to 0.3.3.1.v0.3.3.10.3
-rw-r--r--NEWS6
-rw-r--r--VERSION2
-rw-r--r--_zeitgeist/engine/remote.py2
-rw-r--r--configure.ac2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 04005ad7..a59174b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
+2010-04-22: Zeitgeist 0.3.3.1
+-----------------------------
+
Engine:
- Added a LastSeen property to data-sources.
- Fixed a bug in the DataSourceRegistry extension where it failed to handle
the disconnection signal from data-sources with several running instances.
+Overall:
+
+ - This fixes a bug where zeitgeist-datahub would fail to start.
2010-04-20: Zeitgeist 0.3.3
---------------------------
diff --git a/VERSION b/VERSION
index 1c09c74e..90737c13 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.3
+0.3.3.1
diff --git a/_zeitgeist/engine/remote.py b/_zeitgeist/engine/remote.py
index 5324212a..f8dea6b8 100644
--- a/_zeitgeist/engine/remote.py
+++ b/_zeitgeist/engine/remote.py
@@ -44,7 +44,7 @@ class RemoteInterface(SingletonApplication):
:const:`org.gnome.zeitgeist.Engine`.
"""
_dbus_properties = {
- "version": property(lambda self: (0, 3, 3, 0)),
+ "version": property(lambda self: (0, 3, 3, 1)),
}
# Initialization
diff --git a/configure.ac b/configure.ac
index 92d41428..ea61cd5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.3.3])
+AC_INIT([zeitgeist], [0.3.3.1])
AC_CONFIG_SRCDIR(zeitgeist-daemon.py)
AM_INIT_AUTOMAKE([1.9 foreign])
GNOME_COMMON_INIT