diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-17 00:10:57 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-17 00:10:57 +0900 |
commit | 8af34bc69a5ed56e68540048824e5ca86bc1cad8 (patch) | |
tree | ead9a9fb87d2230a726f7b1814dc8161b048c8b2 | |
parent | 6b67bd98ccc75e1a32b99d6be1d793ca26f6c9ff (diff) |
* guix.scm: Update to 0.3.5.
* configure.ac: Update to 0.3.5.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | guix.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b294011..ae0920e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vikalpa], [0.3.4]) +AC_INIT([vikalpa], [0.3.5]) AC_CONFIG_SRCDIR([vikalpa.scm]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) @@ -29,7 +29,7 @@ (define guile-vikalpa (package (name "guile-vikalpa") - (version "0.3.4") + (version "0.3.5") (source (string-append (getcwd) "/vikalpa-" version ".tar.gz")) (build-system gnu-build-system) (native-inputs |