summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-25 23:01:09 -0600
committerClark Williams <williams@redhat.com>2009-11-25 23:01:09 -0600
commit372f39c05545f9d3333a5be26d97100dc400b178 (patch)
tree95fb185e154ad12d539c12decdcadfaebf136405 /configure.ac
parent6bbecd75ebd1d9c484387f2a77443205bfb34b6f (diff)
downloadmock-372f39c05545f9d3333a5be26d97100dc400b178.tar.gz
mock-372f39c05545f9d3333a5be26d97100dc400b178.tar.xz
mock-372f39c05545f9d3333a5be26d97100dc400b178.zip
version bump to 1.0.1mock-1.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6f1c271..bc35d9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.0])
+AC_INIT([mock],[1.0.1])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=0
+temp_RELEASE_SUBLEVEL=1
temp_RELEASE_EXTRALEVEL=
####################################