aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-06-29 10:52:01 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-06-29 10:52:05 +0200
commita528bcffe2480245185a3b8d6e6c51307635a4ea (patch)
treef1351ff90113cb06480649695d02571637051570
parent15639f5b1aa607ccb4fec1a41643a3b916e0e44a (diff)
lacme(1), lacme-accountd(1): fix version number.
-rw-r--r--Changelog2
-rwxr-xr-xlacme2
-rwxr-xr-xlacme-accountd2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 9b13c44..1fd6762 100644
--- a/Changelog
+++ b/Changelog
@@ -26,6 +26,8 @@ lacme (0.3) upstream;
(recommended) only the ACME client could write to its current
directory anyway, so following symlinks was not a serious
vulnerability.
+ - lacme(1), lacme-accountd(1): fix version number shown with
+ --version.
-- Guilhem Moulin <guilhem@guilhem.org> Sun, 19 Feb 2017 13:08:41 +0100
diff --git a/lacme b/lacme
index 7adc972..1065e67 100755
--- a/lacme
+++ b/lacme
@@ -21,7 +21,7 @@
use strict;
use warnings;
-our $VERSION = '0.0.1';
+our $VERSION = '0.3';
my $NAME = 'lacme';
use Errno 'EINTR';
diff --git a/lacme-accountd b/lacme-accountd
index 00d6ccd..547af59 100755
--- a/lacme-accountd
+++ b/lacme-accountd
@@ -22,7 +22,7 @@
use strict;
use warnings;
-our $VERSION = '0.0.1';
+our $VERSION = '0.3';
my $PROTOCOL_VERSION = 1;
my $NAME = 'lacme-accountd';