diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-05-18 23:33:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-05-18 23:33:24 -0400 |
commit | 1e9660438ce84927f047bef9d2ec48d0e35f0191 (patch) | |
tree | 5b9e90a307c3a2408b90dd3529605f015983307b | |
parent | 523095cf7ed75a57760649fa72889be7262f9c6c (diff) |
0.6.110.6.11
-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.11 +================= + +* Add API for creating users to the library + Changes in 0.6.10 ================ diff --git a/configure.ac b/configure.ac index 2ac9b90..54c44af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.10]) +AC_INIT([AccountsService],[0.6.11]) AM_INIT_AUTOMAKE(dist-bzip2 no-dist-gzip foreign) GETTEXT_PACKAGE=accounts-service |