diff options
author | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-12-07 17:47:46 +0000 |
---|---|---|
committer | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-12-07 17:47:46 +0000 |
commit | 56d553013f315272e0d853daccd068db921ea7ff (patch) | |
tree | 14754f8fdcb1539dad4d10f81540fe9763f8d329 | |
parent | 617396b9b8aa19bc369a41252742f1a82e4a9e49 (diff) |
New stable release: 1.7.3v1.7.3
SVN revision: 80477
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -611,3 +611,7 @@ | |||
611 | 2012-12-07 WooHyun Jung | 611 | 2012-12-07 WooHyun Jung |
612 | 612 | ||
613 | * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused. | 613 | * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused. |
614 | |||
615 | 2012-12-07 Luis Felipe Strano Moraes | ||
616 | |||
617 | * Release 1.7.3 | ||
diff --git a/configure.ac b/configure.ac index 075b4a67a..7f3314c6b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2,7 +2,7 @@ | |||
2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## | 2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## |
3 | m4_define([v_maj], [1]) | 3 | m4_define([v_maj], [1]) |
4 | m4_define([v_min], [7]) | 4 | m4_define([v_min], [7]) |
5 | m4_define([v_mic], [2]) | 5 | m4_define([v_mic], [3]) |
6 | 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'])) | 6 | 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'])) |
7 | 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']))]) | 7 | 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']))]) |
8 | ##-- When released, remove the dnl on the below line | 8 | ##-- When released, remove the dnl on the below line |