Skip to content
Snippets Groups Projects
Commit 31236a83 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

version 1.2.0 instead of 1.2

parent d9a737de
No related branches found
No related tags found
No related merge requests found
# eduGAIN Access Check Changelog
## Version 1.2 (04/02/2019)
## Version 1.2.0 (04/02/2019)
* process metadata offline asynchronously
* allow optional pre-authentication
......
AC_PREREQ(2.59)
AC_INIT([Access Check Manager], 1.2)
AC_INIT([Access Check Manager], 1.2.0)
AM_INIT_AUTOMAKE([foreign])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_LN_S
......
......@@ -42,7 +42,7 @@ my %actions = (
download_accounts => 'req_download_accounts',
);
my $version = '1.2';
my $version = '1.2.0';
sub new {
my ($pkg, %args) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment