summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-07-22 12:23:28 -0700
committerPhilip Chimento <philip@endlessm.com>2015-07-22 12:23:28 -0700
commitdbca6dd69935ceec949b0cd7d7cbf6fd3ad09def (patch)
tree862176823bae23804accba3a54b5f2f7d94bfbb1
parent08f25e2dfb16d79cd4782dff37f0be662e7e4531 (diff)
Increase version to stable 0.4 series
We are about to release EOS 2.4 and we added API in this cycle, so let's have a new stable series. [endlessm/eos-sdk#3998]
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4262719..875ce4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ 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], [2])
+m4_define([_EOS_SDK_MINOR_VERSION_MACRO], [4])
m4_define([_EOS_SDK_MICRO_VERSION_MACRO], [0])
m4_define([_EOS_SDK_INTERFACE_AGE_MACRO], [0])