From 51b55e319a97f00f1363af6d33481a58fc8f3109 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 30 Apr 2022 15:07:36 +0300 Subject: [PATCH] prepare for a release --- CI-testing/continuous-integration-testing.pl | 8 ++++---- fortune-mod/ver.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CI-testing/continuous-integration-testing.pl b/CI-testing/continuous-integration-testing.pl index 28d2672..8ac3896 100644 --- a/CI-testing/continuous-integration-testing.pl +++ b/CI-testing/continuous-integration-testing.pl @@ -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" ) diff --git a/fortune-mod/ver.txt b/fortune-mod/ver.txt index 92536a9..f982feb 100644 --- a/fortune-mod/ver.txt +++ b/fortune-mod/ver.txt @@ -1 +1 @@ -3.12.0 +3.14.0 -- 2.40.0