summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-09-16 15:05:16 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-09-16 15:05:16 +0900
commit8db40ba61c663b1c3702f3aacb26d17147feb32b (patch)
treec749150686446a776c11cbdd28c87c498bb93201
parenta09b56609dfd645bdaa97b6d6b9ffee06892e8e4 (diff)
Update to 0.3.3.v0.3.3
* guix.scm: Update to 0.3.3. * configure.ac: Update to 0.3.3.
-rw-r--r--configure.ac2
-rw-r--r--guix.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6feb70b..9a77304 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vikalpa], [0.3.2])
+AC_INIT([vikalpa], [0.3.3])
AC_CONFIG_SRCDIR([vikalpa.scm])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
diff --git a/guix.scm b/guix.scm
index 9009506..b4339f8 100644
--- a/guix.scm
+++ b/guix.scm
@@ -29,7 +29,7 @@
(define guile-vikalpa
(package
(name "guile-vikalpa")
- (version "0.3.2")
+ (version "0.3.3")
(source (string-append (getcwd) "/vikalpa-" version ".tar.gz"))
(build-system gnu-build-system)
(native-inputs