Skip to content

Commit

Permalink
Prepare for 1.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mturk committed Dec 15, 2022
1 parent d5dfcc2 commit d614715
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ For a full list of changes, see the [git commit log][log]

## v1.1.9

* In development
* Drop useles **-e** command line option
* Fix parsing environment variables
* Skip empty entries when parsing variables with multiple paths
Expand Down
2 changes: 1 addition & 1 deletion cygwrun.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/**
* Set to zero for non dev versions
*/
#define PROJECT_ISDEV_VERSION 1
#define PROJECT_ISDEV_VERSION 0

/**
* Helper macros for properly quoting a value as a
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rem --------------------------------------------------
rem Cygwrun release helper script
rem
rem Usage: mkrelease.bat version [options]
rem eg: mkrelease 1.1.6_1 "_VENDOR_SFX=_1"
rem eg: mkrelease 1.1.9_1 "_VENDOR_SFX=_1"
rem
setlocal
if "x%~1" == "x" goto Einval
Expand Down
4 changes: 2 additions & 2 deletions mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Cygwrun release helper script
#
# Usage: mkrelease.sh version [options]
# eg: mkrelease.sh 1.1.6_1 _VENDOR_SFX=_1
# eg: mkrelease.sh 1.1.9_1 _VENDOR_SFX=_1
#

eexit()
Expand All @@ -29,7 +29,7 @@ eexit()
echo "$@" 1>&2
echo 1>&2
echo "Usage: mkrelease.sh version [options]" 1>&2
echo " eg: mkrelease.sh 1.1.4_1 _VENDOR_SFX=_1" 1>&2
echo " eg: mkrelease.sh 1.1.9_1 _VENDOR_SFX=_1" 1>&2
exit $e
}

Expand Down

0 comments on commit d614715

Please sign in to comment.