aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 20:35:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 20:35:46 +0200
commitc913f2dacf0bd2e8da4d35a553694a2abf50a804 (patch)
treea73b546f258b39ec4c16ffeeb7536fe1dea5cad1
parentMove util modules into calp module.. (diff)
downloadcalp-c913f2dacf0bd2e8da4d35a553694a2abf50a804.tar.gz
calp-c913f2dacf0bd2e8da4d35a553694a2abf50a804.tar.xz
Bump version.v0.5.9
-rw-r--r--module/calp.scm2
-rw-r--r--system/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/module/calp.scm b/module/calp.scm
index decd3946..d68e639e 100644
--- a/module/calp.scm
+++ b/module/calp.scm
@@ -1,4 +1,4 @@
(define-module (calp))
;; Update me on new release
-(define-public version "0.5.1")
+(define-public version "0.5.9")
diff --git a/system/PKGBUILD b/system/PKGBUILD
index bde4e417..97887d2a 100644
--- a/system/PKGBUILD
+++ b/system/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=calp
-pkgver=0.5.1
+pkgver=0.5.9
pkgrel=1
pkgdesc='Calendar program'
arch=('any')