aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 23:46:29 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 23:46:29 +0200
commit64c592075918432fc15509278a63a37c83535a8b (patch)
tree26fd36d7384f0d2f87729958e3d97e73bdf300ad
parentFix problems wih system stuff. (diff)
downloadcalp-64c592075918432fc15509278a63a37c83535a8b.tar.gz
calp-64c592075918432fc15509278a63a37c83535a8b.tar.xz
Bump version.v0.5.1
-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 43fa4707..decd3946 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")
+(define-public version "0.5.1")
diff --git a/system/PKGBUILD b/system/PKGBUILD
index cf4c23e9..bde4e417 100644
--- a/system/PKGBUILD
+++ b/system/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=calp
-pkgver=0.5
+pkgver=0.5.1
pkgrel=1
pkgdesc='Calendar program'
arch=('any')