summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-05 11:17:10 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-05 11:17:10 +0000
commit2880d2a48a5b6fdc5d54b3bbfc9d87462fb7cce9 (patch)
tree1e209badfc82f5595ef3c3c4674583c184f30f90
parentbcfc903ca01ecbdc1c9852aab9b2d6fdcf4d9d2d (diff)
downloadpcre-2880d2a48a5b6fdc5d54b3bbfc9d87462fb7cce9.tar.gz
Update to next RC number; fix bug in test script.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@173 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rwxr-xr-xRunTest10
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 10 deletions
diff --git a/RunTest b/RunTest
index 9445a67..5dc380b 100755
--- a/RunTest
+++ b/RunTest
@@ -66,18 +66,10 @@ if [ $utf8 -eq 0 ] ; then
echo "Can't run test 5 because UTF-8 support is not configured"
exit 1
fi
- if [ $do6 = yes ] ; then
- echo "Can't run test 6 because UTF-8 support is not configured"
- exit 1
- fi
if [ $do8 = yes ] ; then
echo "Can't run test 8 because UTF-8 support is not configured"
exit 1
fi
- if [ $do9 = yes ] ; then
- echo "Can't run test 9 because UTF-8 support is not configured"
- exit 1
- fi
fi
if [ $ucp -eq 0 ] ; then
@@ -116,7 +108,7 @@ if [ $do1 = no -a $do2 = no -a $do3 = no -a $do4 = no -a \
do7=yes
if [ $utf8 -ne 0 ] ; then do8=yes; fi
if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi
- if [ $link_size -eq 2 ] ; then do10=yes; fi
+ if [ $link_size -eq 2 -a $ucp -ne 0 ] ; then do10=yes; fi
fi
# Show which release
diff --git a/configure.ac b/configure.ac
index ef7505d..251ef4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl empty.
m4_define(pcre_major, [7])
m4_define(pcre_minor, [2])
-m4_define(pcre_prerelease, [-RC2])
+m4_define(pcre_prerelease, [-RC3])
m4_define(pcre_date, [2007-06-05])
# Libtool shared library interface versions (current:revision:age)