aboutsummaryrefslogtreecommitdiff
path: root/module/calp.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 20:12:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 20:16:23 +0200
commit0da14caae5d3cf9533a2e82acb60267b9faee03f (patch)
tree05ddab0f6474e4901e14971ab67b747b807f7aa0 /module/calp.scm
parentRemove (@ (global) basedir). (diff)
downloadcalp-0da14caae5d3cf9533a2e82acb60267b9faee03f.tar.gz
calp-0da14caae5d3cf9533a2e82acb60267b9faee03f.tar.xz
Fix global version var.
Diffstat (limited to 'module/calp.scm')
-rw-r--r--module/calp.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/calp.scm b/module/calp.scm
new file mode 100644
index 00000000..43fa4707
--- /dev/null
+++ b/module/calp.scm
@@ -0,0 +1,4 @@
+(define-module (calp))
+
+;; Update me on new release
+(define-public version "0.5")