summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87034ed1..b96be414 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.4.5
+
+ * Update apparmor abstractions
+
Overview of changes in lightdm 1.4.4
* Don't fail writing X authority if reading it had an error
diff --git a/configure.ac b/configure.ac
index 06a9b7e2..1e6af601 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm, 1.4.4)
+AC_INIT(lightdm, 1.4.5)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE