diff options
| -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 8e9d7a3..b2e8cda 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vikalpa], [0.1.1]) +AC_INIT([vikalpa], [0.2.0])  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.1.1") +    (version "0.2.0")      (source (string-append (getcwd) "/vikalpa-" version ".tar.gz"))      (build-system gnu-build-system)      (native-inputs | 
