Skip to content

Commit

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

## v1.1.6

* In development
* Fix path splitting for environment variables
* Fix path split for environment variables
* Cleanup command line options
* Always trust user provided `-r` parameter
* Convert arguments with multiple paths the same way as environment variables
Expand Down
2 changes: 1 addition & 1 deletion cygwrun.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
/**
* Set to zero for non dev versions
*/
#define PROJECT_ISDEV_VERSION 1
#define PROJECT_ISDEV_VERSION 0

#if PROJECT_ISDEV_VERSION
# define PROJECT_VERSION_SFX PROJECT_VENDOR_SFX "-dev"
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.4_1 "_VENDOR_SFX=_1"
rem eg: mkrelease 1.1.6_1 "_VENDOR_SFX=_1"
rem
setlocal
if "x%~1" == "x" goto Einval
Expand Down
2 changes: 1 addition & 1 deletion 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.4_1 _VENDOR_SFX=_1
# eg: mkrelease.sh 1.1.6_1 _VENDOR_SFX=_1
#

eexit()
Expand Down

0 comments on commit 8e9893e

Please sign in to comment.