summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-02-21 18:28:48 +0100
committerBastien Nocera <hadess@hadess.net>2012-02-21 18:28:48 +0100
commita39a7a3e1c121966e53fccda547ec12d70d6bb24 (patch)
treea4bd81578645eac5f58e4f13f87f59d84b051d91
parent1a44416b4edff75b247b5dd9e4a782b3b6494796 (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_3_90_1.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0bfc19e..b2c64ead 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+================
+Version 3.3.90.1
+================
+
+Build:
+- Fix build with --enable-systemd
+
==============
Version 3.3.90
==============
diff --git a/configure.ac b/configure.ac
index 7edb2f69..ebf37fdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.3.90],
+ [3.3.90.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])