[libgdata/gbsneto/task-position] project: Bump micro version to 11



commit 5e9288c662474f8238ea4e1c8127c62021ef5b6c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Sep 16 14:23:37 2018 -0300

    project: Bump micro version to 11
    
    Next commit will introduce a new versioned API, and consumers
    will immediately depend on it. For it to happen, they'll need
    to check for the version number, so bump one micro version
    number now to allow compile-time checks.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index ae8d437f..3cf4d295 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.65)
 # Release version
 m4_define(gdata_version_major, 0)
 m4_define(gdata_version_minor, 17)
-m4_define(gdata_version_micro, 10)
+m4_define(gdata_version_micro, 11)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be 
changed


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