diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-04-04 16:21:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-04-04 16:21:10 -0400 |
commit | 5025a7b0650408432f157f64dc1144267c3c5111 (patch) | |
tree | 566a435e34ccb3a9630d1791bdbcfcae07d62286 | |
parent | 333139ea9bbcaa4d2f7376b14404452cadf93049 (diff) |
Updates for 0.6.80.6.8
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Changes in 0.6.8 +================ + +* Fix parsing of gdm config file + Changes in 0.6.7 ================ diff --git a/configure.ac b/configure.ac index 1a30564..e55ec29 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.7]) +AC_INIT([AccountsService],[0.6.8]) AM_INIT_AUTOMAKE(dist-bzip2 no-dist-gzip foreign) GETTEXT_PACKAGE=accounts-service |