diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-15 08:27:35 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-15 08:29:57 +0900 |
commit | 661e5392c647812df711363cea7431a772dcbbed (patch) | |
tree | e80e8a68e8656a6c2bbd089b9e03eb27d37f0251 /configure.ac | |
parent | 5d0c5160c36cd7506940066591ef16d99735323b (diff) |
Release version 0.1.1.v0.1.1
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 4ee9e56..1061591 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([toot], [0.1.0]) +AC_INIT([toot], [0.1.1]) AC_CONFIG_SRCDIR([toot.scm]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |