Skip to content

Commit

Permalink
Change version to 0.6.
Browse files Browse the repository at this point in the history
Closes #21.
  • Loading branch information
fingolfin committed Oct 2, 2014
1 parent 8db24ee commit aa4f096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,9 @@
SetPackageInfo( rec(

PackageName := "SingularInterface",

Subtitle := "A GAP interface to Singular",

Version := Maximum( [
"2014.01.06", ## Franks's version
## this line prevents merge conflicts
"2014.09.23", ## Max's version
## this line prevents merge conflicts
"2014.09.10", ## Mohamed's version
] ),

# this avoids git-merge conflicts
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
Version := "0.6",
Date := "02/10/2014", # dd/mm/yyyy format

Persons := [
rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2014.09.23
0.6

0 comments on commit aa4f096

Please sign in to comment.