[libgdata] build: Increment version to 0.13.0



commit 96ab38cf45dcf07eb9b125106548a2343457be19
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Apr 2 16:39:26 2012 +0100

    build: Increment version to 0.13.0
    
    This also fixes the âSinceâ lines of documentation comments which referred
    to the (now non-existent) 0.11.2 release. This will actually be the 0.13.0
    release.

 configure.ac                                       |    4 ++--
 gdata/gdata-upload-stream.c                        |    6 +++---
 gdata/gdata-upload-stream.h                        |    4 ++--
 gdata/services/documents/gdata-documents-service.c |    4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f70aebb..4160390 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ(2.65)
 
 # Release version
 m4_define(gdata_version_major, 0)
-m4_define(gdata_version_minor, 11)
-m4_define(gdata_version_micro, 2)
+m4_define(gdata_version_minor, 13)
+m4_define(gdata_version_micro, 0)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed
diff --git a/gdata/gdata-upload-stream.c b/gdata/gdata-upload-stream.c
index 920712e..8597e5b 100644
--- a/gdata/gdata-upload-stream.c
+++ b/gdata/gdata-upload-stream.c
@@ -351,7 +351,7 @@ gdata_upload_stream_class_init (GDataUploadStreamClass *klass)
 	 *
 	 * If this is <code class="literal">-1</code> the upload will be non-resumable; if it is non-negative, the upload will be resumable.
 	 *
-	 * Since: 0.11.2
+	 * Since: 0.13.0
 	 */
 	g_object_class_install_property (gobject_class, PROP_CONTENT_LENGTH,
 	                                 g_param_spec_int64 ("content-length",
@@ -1359,7 +1359,7 @@ gdata_upload_stream_new (GDataService *service, GDataAuthorizationDomain *domain
  *
  * Return value: a new #GOutputStream, or %NULL; unref with g_object_unref()
  *
- * Since: 0.11.2
+ * Since: 0.13.0
  */
 GOutputStream *
 gdata_upload_stream_new_resumable (GDataService *service, GDataAuthorizationDomain *domain, const gchar *method, const gchar *upload_uri,
@@ -1571,7 +1571,7 @@ gdata_upload_stream_get_content_type (GDataUploadStream *self)
  *
  * Return value: the size of the file being uploaded
  *
- * Since: 0.11.2
+ * Since: 0.13.0
  */
 goffset
 gdata_upload_stream_get_content_length (GDataUploadStream *self)
diff --git a/gdata/gdata-upload-stream.h b/gdata/gdata-upload-stream.h
index 8f45e9d..ecddf93 100644
--- a/gdata/gdata-upload-stream.h
+++ b/gdata/gdata-upload-stream.h
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/resumable_upload.html#ResumableUploadInitiate";>GData resumable upload protocol
  * specification</ulink>.
  *
- * Since: 0.11.2
+ * Since: 0.13.0
  */
 #define GDATA_LINK_RESUMABLE_CREATE_MEDIA "http://schemas.google.com/g/2005#resumable-create-media";
 
@@ -51,7 +51,7 @@ G_BEGIN_DECLS
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/resumable_upload.html#ResumableUploadInitiate";>GData resumable upload protocol
  * specification</ulink>.
  *
- * Since: 0.11.2
+ * Since: 0.13.0
  */
 #define GDATA_LINK_RESUMABLE_EDIT_MEDIA "http://schemas.google.com/g/2005#resumable-edit-media";
 
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index 2444f9a..b9b5f63 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -661,7 +661,7 @@ gdata_documents_service_upload_document (GDataDocumentsService *self, GDataDocum
  *
  * Return value: (transfer full): a #GDataUploadStream to write the document data to, or %NULL; unref with g_object_unref()
  *
- * Since: 0.11.2
+ * Since: 0.13.0
  */
 GDataUploadStream *
 gdata_documents_service_upload_document_resumable (GDataDocumentsService *self, GDataDocumentsDocument *document, const gchar *slug,
@@ -790,7 +790,7 @@ gdata_documents_service_update_document (GDataDocumentsService *self, GDataDocum
  *
  * Return value: (transfer full): a #GDataUploadStream to write the document data to; unref with g_object_unref()
  *
- * Since: 0.11.2
+ * Since: 0.13.0
  */
 GDataUploadStream *
 gdata_documents_service_update_document_resumable (GDataDocumentsService *self, GDataDocumentsDocument *document, const gchar *slug,



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