Changeset - r26195:9fdb2190ff85
[Not reviewed]
patchpack
0 1 1
Ruby Dennington (Theleruby) - 2 years ago 2022-03-20 14:16:32
theleruby@gmail.com
Added tag 6.0.0 for changeset f7347205838e
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.hgtags
Show inline comments
 
new file 100644
 
f7347205838e520d6f3ee74dbe75b3f4fc93362b 6.0.0
versiondump.py
Show inline comments
 
@@ -11,13 +11,13 @@ import sys
 
# bump MINORSAVE every time a save format change would stop save loading in older versions
 
# bump BUGFIX if save format is untouched
 
# bumps cause all later numbers to be reset. e.g. if you bump MINORSAVE then BUGFIX goes back to 0.
 
 
# save version to end 'pre' for unreleased builds with the version number being that of the next likely release
 
 
VERSION_TAG = "ginever-6.0.0"
 
VERSION_TAG = "ginever-6.0.1pre"
 
#================================
 
 
 
if sys.platform == "darwin":
 
	hg_path = "/usr/local/bin/hg"
 
	hg_shell = True
0 comments (0 inline, 0 general)