summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-01-19 09:53:55 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-01-19 09:56:07 +0900
commitf5879492135a41edd1f227607dcbc8d0c25c5c3c (patch)
tree467c0d84612c4fcb2c6ed5bd171c5615fc3be650 /configure.ac
parente628cb920e05ee9cde72cac45727b4bdafda4c80 (diff)
Upgrade version to 0.1.1.v0.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e5a1f2..8e9d7a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vikalpa], [0.1.0])
+AC_INIT([vikalpa], [0.1.1])
AC_CONFIG_SRCDIR([vikalpa.scm])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])