]> granicus.if.org Git - fortune-mod/commitdiff
prepare for a release
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 30 Apr 2022 12:07:36 +0000 (15:07 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 30 Apr 2022 12:07:36 +0000 (15:07 +0300)
CI-testing/continuous-integration-testing.pl
fortune-mod/ver.txt

index 28d26729c19ac064436bd2c63020e26838522743..8ac3896ed458f88069333ce52eeb9fbd4a5f8ba6 100644 (file)
@@ -91,7 +91,7 @@ if ($IS_WIN)
 chdir($cwd);
 $cwd->child('B')->remove_tree( { safe => 0, } );
 
-my $W = "-DTARGET_ARCH=x86_64-w64-mingw32";    # -G Ninja ..
+my $WIN32_TARGET_ARCH = "-DTARGET_ARCH=x86_64-w64-mingw32";    # -G Ninja ..
 my $WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX = "cd . &&";
 print "PATH = <<$ENV{PATH}>>\n";
 do_system(
@@ -107,9 +107,9 @@ do_system(
                 . (
                 $IS_WIN
                 ? ( $cmake_common_args
-                        . "$W -DCMAKE_INSTALL_PREFIX=c:/foo "
-                        . " -DUSE_WIN32_REGEX_LIBS=TRUE "
-                        . " ../fortune-mod && $MAKE && $MAKE install && $MAKE check"
+                        . " $WIN32_TARGET_ARCH -DCMAKE_INSTALL_PREFIX=c:/foo "
+                        . "-DUSE_WIN32_REGEX_LIBS=TRUE "
+                        . "../fortune-mod && $MAKE && $MAKE install && $MAKE check"
                     )
                 : ( $cmake_common_args
                         . " ../fortune-mod && $MAKE && $MAKE check" )
index 92536a9e485be30d24f78a83c36dbe61653f41c4..f982feb41bd006975695a326774f54c709f82f42 100644 (file)
@@ -1 +1 @@
-3.12.0
+3.14.0