Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij authored Jan 20, 2020
1 parent 280a181 commit 91d3228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Please see the COPYING and CONTRIBUTORS files for details.
##

AC_INIT([Squid Web Proxy],[4.9-VCS],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[4.10-VCS],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RELEASE_TIME=`date +%s`
#
# check that $rev has the right syntax
#
checkrev=`expr $rev : '\([0-9]\.[0-9]\(\.[0-9\.]\)*\)'`
checkrev=`expr $rev : '\([0-9]\.[0-9]\+\(\.[0-9\.]\)*\)'`
if test "$rev" != "$checkrev" ; then
echo "revision '$rev' has incorrect syntax. Should be like '3.1.0.1'"
exit 1;
Expand Down

0 comments on commit 91d3228

Please sign in to comment.