diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2015-04-24 03:50:45 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2015-04-24 03:50:45 +0100 |
commit | f05a94d4ddbad9b9f1dff58c8a6a68505f49cd35 (patch) | |
tree | 9eff57051c587572ca6af97a8c278bfac5c5eed3 | |
parent | a032226ce2312753e4fa50a77c401cdd4ff82a3d (diff) | |
download | libgdata-f05a94d4ddbad9b9f1dff58c8a6a68505f49cd35.tar.gz |
build: Increment version to 0.17.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e1b15289..27079913 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, 1) +m4_define(gdata_version_micro, 2) # API version # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed |