summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-04-06 18:52:14 -0700
committerPhilip Chimento <philip@endlessm.com>2015-04-06 18:52:14 -0700
commitdc801dc4edd0589e630d7f796c759457be0e56d3 (patch)
treee6e07f267a66b4b030f528b86dd4e41597b3c4fa
parent65a0f03e0a4b2f0f193167aa46276773f44f9410 (diff)
Release stable version 0.2.0
We've been working on development series 0.1.x, so 0.2.0 is what gets released with OS release 2.3.0. [endlessm/eos-sdk#2736]
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a802732..2be3f63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,9 +18,9 @@ m4_define([_EOS_SDK_API_VERSION_MACRO], [0])
# Minor and micro versions: increment micro version when making a release. Minor
# version is even for a stable release and odd for a development release.
# When making any release, if the API changes, set the interface age to 0.
-m4_define([_EOS_SDK_MINOR_VERSION_MACRO], [1])
+m4_define([_EOS_SDK_MINOR_VERSION_MACRO], [2])
m4_define([_EOS_SDK_MICRO_VERSION_MACRO], [0])
-m4_define([_EOS_SDK_INTERFACE_AGE_MACRO], [1])
+m4_define([_EOS_SDK_INTERFACE_AGE_MACRO], [0])
# Full version, for use in AC_INIT
m4_define([_EOS_SDK_VERSION_MACRO],