seoz pushed a commit to branch master. http://git.enlightenment.org/admin/release-management.git/commit/?id=1873e2cb5acb373ba47fb36a75225785593586a2
commit 1873e2cb5acb373ba47fb36a75225785593586a2 Author: Daniel Juyung Seo <[email protected]> Date: Tue Dec 8 00:22:04 2015 +0900 release.sh: Update versions. --- release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index 8bb31f0..47e52e4 100755 --- a/release.sh +++ b/release.sh @@ -6,8 +6,8 @@ libs="efl" VERSION_MAJ=1 VERSION_MIN=16 OLD_VERSION_MIN=15 -VERSION_MIC=0 -OLD_VERSION_MIC=0 +VERSION_MIC=3 +OLD_VERSION_MIC=2 PRE_RELEASE_STRING="" # "", "-alpha1", "-beta1", ... OLD_PRE_RELEASE_STRING="" --
