Disable the RELEASE status flag

git-svn-id: https://svn.outlyer.net/svn/pub/video-contact-sheet/trunk@713 da2faf11-d50b-4b07-92cd-6070d1bd8887
This commit is contained in:
Toni Corvera 2022-05-09 22:33:52 +00:00
parent fab851c2cd
commit 55b2c1ccdf
1 changed files with 1 additions and 1 deletions

2
dist/vcs vendored
View File

@ -29,7 +29,7 @@
# The full changelog can be found at <http://p.outlyer.net/vcs/files/CHANGELOG>
declare -r VERSION="1.13.5"
declare -r RELEASE=1
declare -r RELEASE=0
declare -ri PRERELEASE=1
[ "$RELEASE" -eq 1 ] || declare -r SUBVERSION="-pre.${PRERELEASE}"