]> granicus.if.org Git - postgis/commitdiff
Update $libver after upgrade
authorSandro Santilli <strk@keybit.net>
Mon, 24 Mar 2014 15:14:28 +0000 (15:14 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 24 Mar 2014 15:14:28 +0000 (15:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12339 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index de9a353f561b61bb27b9da2b14b0059921038df7..2f0c1a778f09cb0dc423bbf26612cda46dfae5a7 100755 (executable)
@@ -242,6 +242,9 @@ if ( $OPT_UPGRADE )
        {
          upgrade_spatial();
   }
+
+  # Update libver
+  $libver = sql("select postgis_lib_version()");
 }