From 1cdd207da13facf69be7656411c1d9f35d04c66d Mon Sep 17 00:00:00 2001 From: Nathan Wallach Date: Tue, 1 Jan 2019 00:23:22 +0200 Subject: [PATCH] Correct $main::VERSION from "PG-2.13+" to "PG-2.14" in two places. --- macros/PG.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/PG.pl b/macros/PG.pl index 4e59dc5fb2..028807c237 100644 --- a/macros/PG.pl +++ b/macros/PG.pl @@ -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