Skip to content

Commit

Permalink
Version push
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Aug 23, 2017
1 parent 97ef22f commit 1a275f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
SetPackageInfo( rec(
PackageName := "FR",
Subtitle := "Computations with functionally recursive groups",
Version := "2.4.1",
Date := "09/02/2017",
Version := "2.4.2",
Date := "23/08/2017",
## <#GAPDoc Label="Version">
## <!ENTITY Version "2.4.1">
## <!ENTITY Date "09/02/2017">
## <!ENTITY Version "2.4.2">
## <!ENTITY Date "23/08/2017">
## <#/GAPDoc>

Persons := [
Expand Down

2 comments on commit 1a275f3

@olexandr-konovalov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm afraid this will not work. Are you using ReleaseTools by @fingolfin? Then please see instructions for the release at https://github.com/fingolfin/ReleaseTools/

@olexandr-konovalov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I mean, surely you have to increment version, but just updating it here and in gh-pages branch is not enough)

Please sign in to comment.