diff options
author | Michael E Brown <mebrown@michaels-house.net> | 2007-12-19 22:34:51 -0600 |
---|---|---|
committer | Michael E Brown <mebrown@michaels-house.net> | 2007-12-19 22:34:51 -0600 |
commit | c66a059944ba549944ddd2205e40e508a533424f (patch) | |
tree | 23cf63fbc716106fc830af416b5a304d095d7024 /configure.ac | |
parent | 71f510842210b922babc47260712840c799cd133 (diff) | |
download | mock-c66a059944ba549944ddd2205e40e508a533424f.tar.gz mock-c66a059944ba549944ddd2205e40e508a533424f.tar.xz mock-c66a059944ba549944ddd2205e40e508a533424f.zip |
bump version. add comment about making sure to fix both version defs.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 91407cd..894c08f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,15 +3,14 @@ # Process this file with autoconf to produce a configure script. #################################### -# change version here. -AC_INIT([mock],[0.9.2]) +# change version here. --> BOTH PLACES PLEASE! +AC_INIT([mock],[0.9.4]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=3 +temp_RELEASE_SUBLEVEL=4 temp_RELEASE_EXTRALEVEL= - #################################### AC_PREREQ(2.61) |