summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-02-10 11:31:40 -0800
committerPhilip Chimento <philip@endlessm.com>2015-02-10 12:27:20 -0800
commit10243fd16cfd543df102c11c6158965d9224cc55 (patch)
treeaf5d2883e1a88671f2170bcba451178b45e03c43 /configure.ac
parent7f40a6f73447d5b4ce2853d663b9b119233eeff5 (diff)
Introduce 0.1 unstable series
This changes the package version to 0.1 and adds versioning macros for the 0.2 stable series. [endlessm/eos-sdk#2736]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 269d10c..2d4f1b9 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], [0])
+m4_define([_EOS_SDK_MINOR_VERSION_MACRO], [1])
m4_define([_EOS_SDK_MICRO_VERSION_MACRO], [0])
-m4_define([_EOS_SDK_INTERFACE_AGE_MACRO], [0])
+m4_define([_EOS_SDK_INTERFACE_AGE_MACRO], [1])
# Full version, for use in AC_INIT
m4_define([_EOS_SDK_VERSION_MACRO],