summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
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']))