mirror of https://github.com/zulip/zulip.git
version: Update version string following 3.0-rc2.
This commit is contained in:
parent
ac0a305f72
commit
6b1f1e74a3
|
@ -1,6 +1,6 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
ZULIP_VERSION = "3.0-rc2"
|
ZULIP_VERSION = "3.0-rc2+git"
|
||||||
# Add information on number of commits and commit hash to version, if available
|
# Add information on number of commits and commit hash to version, if available
|
||||||
zulip_git_version_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'zulip-git-version')
|
zulip_git_version_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'zulip-git-version')
|
||||||
if os.path.exists(zulip_git_version_file):
|
if os.path.exists(zulip_git_version_file):
|
||||||
|
|
Loading…
Reference in New Issue