[folks] Change UNRELEASED to 0.7.2.



commit 39dac3ffbfdb50a9623a0d05d58cba6d756ed77b
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Mon Jul 2 14:38:02 2012 -0600

    Change UNRELEASED to 0.7.2.

 backends/eds/lib/edsf-persona-store.vala |    6 +++---
 folks/internal.vala                      |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index d9f5fd9..ba048a1 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -222,9 +222,9 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    * @param s the e-d-s source being represented by the persona store
    *
    * @since 0.6.0
-   * @deprecated UNRELEASED Use { link Edsf.PersonaStore.with_source_registry}
+   * @deprecated 0.7.2 Use { link Edsf.PersonaStore.with_source_registry}
    */
-  [Deprecated (since = "UNRELEASED",
+  [Deprecated (since = "0.7.2",
       replacement = "Edsf.PersonaStore.with_source_registry()")]
   public PersonaStore (E.SourceRegistry r, E.Source s)
     {
@@ -248,7 +248,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    * @param r the EDS source registry giving access to all EDS sources
    * @param s the EDS source being represented by the persona store
    *
-   * @since UNRELEASED
+   * @since 0.7.2
    */
   public PersonaStore.with_source_registry (E.SourceRegistry r, E.Source s)
     {
diff --git a/folks/internal.vala b/folks/internal.vala
index 78866ab..1182ea7 100644
--- a/folks/internal.vala
+++ b/folks/internal.vala
@@ -56,7 +56,7 @@ namespace Folks.Internal
    *
    * @param format printf-style message format
    * @param ... message arguments
-   * @since UNRELEASED
+   * @since 0.7.2
    */
   public static void profiling_point (string format, ...)
     {
@@ -77,7 +77,7 @@ namespace Folks.Internal
    *
    * @param format printf-style message format
    * @param ... message arguments
-   * @since UNRELEASED
+   * @since 0.7.2
    */
   public static void profiling_start (string format, ...)
     {
@@ -98,7 +98,7 @@ namespace Folks.Internal
    *
    * @param format printf-style message format
    * @param ... message arguments
-   * @since UNRELEASED
+   * @since 0.7.2
    */
   public static void profiling_end (string format, ...)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]