summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-01-18 16:31:47 -0600
committerClark Williams <williams@redhat.com>2010-01-18 16:31:47 -0600
commit4f049ba3ba1964477e078f8799d28e92c9fb2e6c (patch)
tree8a5ed5e081a5cdc465fbd93a0326d2e927c7ac60
parentc1168d3fee69207c71201270ce3dac734ceb23a2 (diff)
downloadmock-4f049ba3ba1964477e078f8799d28e92c9fb2e6c.tar.gz
mock-4f049ba3ba1964477e078f8799d28e92c9fb2e6c.tar.xz
mock-4f049ba3ba1964477e078f8799d28e92c9fb2e6c.zip
version bump to 1.0.3mock-1.0.3
-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"