[folks: 1/7] Change UNRELEASED to 0.7.4 for release.
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks: 1/7] Change UNRELEASED to 0.7.4 for release.
- Date: Tue, 11 Sep 2012 21:28:04 +0000 (UTC)
commit 6563008a75669524fd3ba02ccb6c25dbda81d19f
Author: Jeremy Whiting <jpwhiting kde org>
Date: Mon Sep 10 13:21:33 2012 -0600
Change UNRELEASED to 0.7.4 for release.
folks/individual.vala | 2 +-
folks/persona.vala | 2 +-
folks/utils.vala | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/folks/individual.vala b/folks/individual.vala
index 8c2c663..04888bd 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -1425,7 +1425,7 @@ public class Folks.Individual : Object,
* @param setter function which adds the values from the individual's
* personas' values for the property to the individual's value for the
* property; it returns ``true`` if the property value has changed
- * @since UNRELEASED
+ * @since 0.7.4
*/
private void _update_multi_valued_property (string prop_name,
bool create_if_not_exist, PropertyIsNull prop_is_null,
diff --git a/folks/persona.vala b/folks/persona.vala
index ac8c2e5..090df82 100644
--- a/folks/persona.vala
+++ b/folks/persona.vala
@@ -56,7 +56,7 @@ public errordomain Folks.PropertyError
* This is a temporary error which should be retifiable by going online or
* ensuring the backing store is logged in.
*
- * @since UNRELEASED
+ * @since 0.7.4
*/
UNAVAILABLE
}
diff --git a/folks/utils.vala b/folks/utils.vala
index 817a225..a513f83 100644
--- a/folks/utils.vala
+++ b/folks/utils.vala
@@ -50,7 +50,7 @@ public class Folks.Utils : Object
* @return a new utilities object
* @since 0.6.0
*/
- [Deprecated (since = "UNRELEASED", replacement = "Folks.Utils")]
+ [Deprecated (since = "0.7.4", replacement = "Folks.Utils")]
public Utils ()
{
base ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]