Skip to content

Commit

Permalink
Merge pull request #385 from taniwallach/fix-VERSION-in-PG.pl
Browse files Browse the repository at this point in the history
Correct version setting in macros/PG.pl in two places.
  • Loading branch information
mgage authored Dec 31, 2018
2 parents a2d83ca + 1cdd207 commit 5e6c0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/PG.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# initialize PGcore and PGrandom


$main::VERSION ="PG-2.13+";
$main::VERSION ="PG-2.14";

sub _PG_init{
$main::VERSION ="PG-2.13+";
$main::VERSION ="PG-2.14";
#
# Set up MathObject context for use in problems
# that don't load MathObjects.pl
Expand Down

0 comments on commit 5e6c0a4

Please sign in to comment.