Skip to content

Commit

Permalink
bump version to 2024.12-01
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed Dec 28, 2024
1 parent f6d0580 commit 21695bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "NConvex",
Subtitle := "A Gap package to perform polyhedral computations",
Version := "2022.09-01",
Version := "2024.12-01",
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
License := "GPL-2.0-or-later",
Expand Down

0 comments on commit 21695bd

Please sign in to comment.