diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-24 10:44:42 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-24 12:38:03 -0400 |
commit | 866590cff10b12b4b156505b131b0da7b6e199b9 (patch) | |
tree | db648d7778ec6f8a1f615394a901fc34ae3b29d0 /configure.ac | |
parent | ed5889730e4c47e9803b209f7ef4bd609fa75e14 (diff) | |
download | tame-866590cff10b12b4b156505b131b0da7b6e199b9.tar.gz tame-866590cff10b12b4b156505b131b0da7b6e199b9.tar.bz2 tame-866590cff10b12b4b156505b131b0da7b6e199b9.zip |
Version bump {0.0.1=>1.0.0}
:)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa60353..9dac7e5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -AC_INIT([tame], [0.0.1], [dev@lovullo.com]) +AC_INIT([tame], [1.0.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign]) |