From b14d92c4d5d0ab3e38d2eb6cacace24f65e53d3e Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 10 Aug 2012 10:51:17 +0000 Subject: [PATCH] more updates for 1.7.0 alpha. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@75095 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 4 ++-- src/lib/Emotion.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 4442a61..18255fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [6]) -m4_define([v_mic], [99]) +m4_define([v_min], [7]) +m4_define([v_mic], [0]) m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) ##-- When released, remove the dnl on the below line diff --git a/src/lib/Emotion.h b/src/lib/Emotion.h index 37e5acd..5815972 100644 --- a/src/lib/Emotion.h +++ b/src/lib/Emotion.h @@ -248,7 +248,7 @@ extern "C" { #endif #define EMOTION_VERSION_MAJOR 1 -#define EMOTION_VERSION_MINOR 6 +#define EMOTION_VERSION_MINOR 7 typedef struct _Emotion_Version { -- 2.7.4