Skip to content

Commit

Permalink
set version number back to 1.1
Browse files Browse the repository at this point in the history
To match OpenBSD versioning, 1.1 release is followed by 1.1-current,
not vice versa.

Suggested by Tom
  • Loading branch information
stspdotname committed May 25, 2023
1 parent 68e1111 commit 875343d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nsh-version.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# NSH_RELEASE is only set to "Yes" in a release tarball
NSH_RELEASE=No

# Version number of the next upcoming release.
# Should be cranked immediately after publishing a release.
NSH_VERSION_NUMBER=1.2
# Version number of the most recently published release.
# Should be cranked immediately before publishing a new release.
NSH_VERSION_NUMBER=1.1

.if ${NSH_RELEASE} == Yes
NSH_VERSION=${NSH_VERSION_NUMBER}
Expand Down

0 comments on commit 875343d

Please sign in to comment.