stefan pushed a commit to branch master. http://git.enlightenment.org/admin/release-management.git/commit/?id=18739f86075e7e8ade0aa622bee72b96f3dfc608
commit 18739f86075e7e8ade0aa622bee72b96f3dfc608 Author: Stefan Schmidt <[email protected]> Date: Thu Sep 11 10:19:05 2014 +0200 release.sh: Update versions --- release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.sh b/release.sh index c841530..3eb81c1 100755 --- a/release.sh +++ b/release.sh @@ -5,9 +5,9 @@ libs="efl" VERSION_MAJ=1 VERSION_MIN=11 -OLD_VERSION_MIN=10 -VERSION_MIC=0 -OLD_VERSION_MIC=0 +OLD_VERSION_MIN=11 +VERSION_MIC=2 +OLD_VERSION_MIC=1 PRE_RELEASE_STRING="" ### --
