From: Chris Koeritz Date: Fri, 10 Dec 2021 22:44:35 +0000 (-0500) Subject: moving the project forwards X-Git-Tag: 2.140.133^2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=3bee98aaebcc7100978c77298445483d1761e14a moving the project forwards --- diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index a9b618f2..246f9633 100644 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -3,7 +3,7 @@ # specifies the version of the code that is being constructed here. major=2 minor=140 -revision=132 +revision=133 build=420 # specifies the remainder of the version record info. diff --git a/scripts/rev_control/quick_git_release.sh b/scripts/rev_control/quick_git_release.sh index e37aca80..b2e5b595 100644 --- a/scripts/rev_control/quick_git_release.sh +++ b/scripts/rev_control/quick_git_release.sh @@ -89,7 +89,7 @@ branch name and release tag name of the new release. echo "=> launching gitk to show you the full set of changes;" echo "=> please prepare an excellent commit comment." gitk - exit_on_error launching gitk + continue_on_error launching gitk # now make a tag for the new release, which is where we should go crazy with the detailed # and useful comments for what has changed in this release, gathered from the gitk that