#256 Fix version bumps post-2.0.2
Merged 7 years ago by puiterwijk. Opened 7 years ago by puiterwijk.
puiterwijk/ipsilon fix-versions  into  master

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon-client-install" "1" "2.0.1" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon-client-install" "1" "2.0.2" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon\-client\-install \- Configure an Ipsilon client

  .SH "SYNOPSIS"

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon-server-install" "1" "2.0.1" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon-server-install" "1" "2.0.2" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon\-server\-install \- Configure an Ipsilon Identity Provider instance

  .SH "SYNOPSIS"

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon" "7" "2.0.1" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon" "7" "2.0.2" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon

  .SH "DESCRIPTION"

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon.conf" "5" "2.0.1" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon.conf" "5" "2.0.2" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon.conf \- Ipsilon IdP configuration file

  .SH "SYNOPSIS"

file modified
+1 -1
@@ -9,7 +9,7 @@ 

  

  setup(

      name = 'ipsilon',

-     version = '2.0.1',

+     version = '2.0.2',

      license = 'GPLv3+',

      maintainer = 'Ipsilon project Contributors',

      maintainer_email = 'ipsilon@lists.fedorahosted.org',

This was the last release, but the bump there forgot to bump these versions.

This is caused because I forgot to merge 36f90af back into master.

Commit fae9ec2 fixes this pull-request

Pull-Request has been merged by puiterwijk@redhat.com

7 years ago