Release version 0.6.3.1 FOLKS_0_6_3_1
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 22 Sep 2011 16:45:05 +0000 (09:45 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 23 Sep 2011 17:55:09 +0000 (10:55 -0700)
NEWS
configure.ac
folks/persona-store.vala

diff --git a/NEWS b/NEWS
index 6d37e1b..ca37404 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes from libfolks 0.6.3 to libfolks 0.6.4
+Overview of changes from libfolks 0.6.3 to libfolks 0.6.3.1
 ===========================================================
 Bugs fixed:
 * Bug 658631 — Deprecate PersonaStore.can-[alias|group]-personas
index 5643020..5d04bff 100644 (file)
@@ -1,10 +1,10 @@
 # If not 1, append datestamp to the version number
-m4_define([folks_released], [0])
+m4_define([folks_released], [1])
 
 m4_define([folks_major_version], [0])
 m4_define([folks_minor_version], [6])
-m4_define([folks_micro_version], [4])
-m4_define([folks_nano_version], [0])
+m4_define([folks_micro_version], [3])
+m4_define([folks_nano_version], [1])
 
 # If library source has changed since last release, increment revision
 # If interfaces have been added, removed or changed since last release,
@@ -12,7 +12,7 @@ m4_define([folks_nano_version], [0])
 # If interfaces have been added since last release, increment age
 # If interfaces have been removed since last release, set age to 0
 m4_define([folks_lt_current], [27])
-m4_define([folks_lt_revision], [0])
+m4_define([folks_lt_revision], [1])
 m4_define([folks_lt_age], [2])
 
 # Display the nano_version only if it's not '0'
index 2fcdd37..aa533c1 100644 (file)
@@ -449,7 +449,7 @@ public abstract class Folks.PersonaStore : Object
    *
    * @since 0.3.1
    */
-  [Deprecated (since = "UNRELEASED",
+  [Deprecated (since = "0.6.3.1",
       replacement = "PersonaStore.always_writeable_properties")]
   public abstract MaybeBool can_alias_personas
     {
@@ -462,7 +462,7 @@ public abstract class Folks.PersonaStore : Object
    *
    * @since 0.3.1
    */
-  [Deprecated (since = "UNRELEASED",
+  [Deprecated (since = "0.6.3.1",
       replacement = "PersonaStore.always_writeable_properties")]
   public abstract MaybeBool can_group_personas
     {