aboutsummaryrefslogtreecommitdiff
path: root/module/calp.scm
blob: b19525478dfd27101b1af1dd1944bb989eabcada (plain)
1
2
3
4
5
6
7
8
9
(define-module (calp)
  :export (version prodid))

;; Update me on new release
(define version "0.6.1")

(define (prodid)
  (format #f "-//hugo//calp ~a//EN"
          (@ (calp) version)))