summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rwxr-xr-xdocs/runtests.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8dc1251..ccb255b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.2])
+AC_INIT([mock],[1.0.3])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=2
+temp_RELEASE_SUBLEVEL=3
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/docs/runtests.sh b/docs/runtests.sh
index 60e6f6a..c05ba21 100755
--- a/docs/runtests.sh
+++ b/docs/runtests.sh
@@ -27,7 +27,7 @@ cd $TOP_SRCTREE
#
# most tests below will use this mock command line
#
-testConfig=fedora-11-x86_64
+testConfig=fedora-12-x86_64
uniqueext="$$-$RANDOM"
outdir=${CURDIR}/mock-unit-test
MOCKCMD="sudo ./py/mock.py --resultdir=$outdir --uniqueext=$uniqueext -r $testConfig $MOCK_EXTRA_ARGS"