aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-29 11:06:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-29 11:06:39 -0700
commit20c307b03e849d94a2f6407ca9bb77420295e50b (patch)
treeaddb7fa772a20f5c08bb619e44f27f1d15417c50 /consfigurator.asd
parente522a3d57eb0737a444fe8631099e14cb2a6035a (diff)
downloadconsfigurator-20c307b03e849d94a2f6407ca9bb77420295e50b.tar.gz
release Consfigurator 1.2.0 (-1 to Debian unstable)v1.2.0debian/1.2.0-1archive/debian/1.2.0-1
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 21c6660..ae4eb65 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.1.1"
+ :version "1.2.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
@@ -102,7 +102,7 @@
(defsystem "consfigurator/tests"
:description
"Tests for Consfigurator, Lisp declarative configuration management system"
- :version "1.1.1"
+ :version "1.2.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t