summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-23 09:59:54 -0600
committerClark Williams <williams@redhat.com>2009-11-23 09:59:54 -0600
commitf7b4f6cb7ff4330ce7359d1036a771363837d046 (patch)
tree50f5eef12832c096f1371c93467d31555718a29a /configure.ac
parent9601a606d7f9097d42db104f54d843e2b3fc8b08 (diff)
downloadmock-f7b4f6cb7ff4330ce7359d1036a771363837d046.tar.gz
mock-f7b4f6cb7ff4330ce7359d1036a771363837d046.tar.xz
mock-f7b4f6cb7ff4330ce7359d1036a771363837d046.zip
version bump to 1.0.0mock-1.0.0
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fb7f8f6..6f1c271 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.20])
+AC_INIT([mock],[1.0.0])
temp_RELEASE_NAME=mock
-temp_RELEASE_MAJOR=0
-temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=20
+temp_RELEASE_MAJOR=1
+temp_RELEASE_MINOR=0
+temp_RELEASE_SUBLEVEL=0
temp_RELEASE_EXTRALEVEL=
####################################