diff options
author | Steve Singer | 2012-01-10 14:40:39 +0000 |
---|---|---|
committer | Steve Singer | 2012-01-10 14:40:39 +0000 |
commit | 1449f8d653b2bf79016211b23138db9492979580 (patch) | |
tree | 6ecb173061deeabbdaabff556dbf57507bc59299 | |
parent | af01af7786f0f4f6c5c5ea991200be04a431f586 (diff) |
Updating version to 1.2.23REL_1_2_23REL_1_2_STABLE
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fef27f41..1aa347c2 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ # # Process this file with autoconf to produce a configure script. # ---------- -m4_define([SLONREL_VERSION], esyscmd([echo "1.2.22" | \ +m4_define([SLONREL_VERSION], esyscmd([echo "1.2.23" | \ sed -e 's/\:\ REL_//' -e 's/\$//g' -e 's/_/./g' -e 's/\./\_/3' \ -e 's/\ //g' -e s/\:/`date +HEAD_%Y%m%d`/ | tr -d '\n'])) |