Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@140c943
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Jun 22, 2020
1 parent 2c501e8 commit 7534927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSIONS.conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ declare -A PROJECT_VERSIONS=(
[VERSION_RELEASE]="false"
)

# If the build is not a release build, then some versions can be set to more
# If the build is not for a release, then some versions can be set to more
# adequate values for each case:
if [[ "${PROJECT_VERSIONS[VERSION_RELEASE]}" == "false" ]]; then
if [[ "${PROJECT_VERSIONS[VERSION_RELEASE]}" != "true" ]]; then
# VERSION_TUTORIAL_{JAVA,JS,NODE} are used in tutorial texts to instruct the
# user about running `git checkout <Version>`, so making it "master" will
# keep them at the development versions on non-release builds of the docs.
Expand Down

0 comments on commit 7534927

Please sign in to comment.