- bump interpreted version number of zandronum-stable from 1.3 to 1.4

Mon, 06 Oct 2014 00:18:23 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 06 Oct 2014 00:18:23 +0300
changeset 45
fdfcdf405b16
parent 44
616743868d4a
child 46
c4d231fdf1c0

- bump interpreted version number of zandronum-stable from 1.3 to 1.4

cobalt.py file | annotate | diff | comparison | revisions
--- a/cobalt.py	Sun Oct 05 23:39:58 2014 +0300
+++ b/cobalt.py	Mon Oct 06 00:18:23 2014 +0300
@@ -444,12 +444,12 @@
 
 			# Set target version if not set
 			if not 'target_version' in ticket_data:
-				ticket_data['target_version'] = '1.3' if repo_name == 'zandronum-stable' else '2.0'
+				ticket_data['target_version'] = '1.4' if repo_name == 'zandronum-stable' else '2.0'
 				need_update = True
 			elif (ticket_data['target_version'] == '2.0' or ticket_data['target_version'] == '2.0-beta') \
 			and repo_name == 'zandronum-stable':
 				# Target version was 2.0 but this was just committed to zandronum-stable, adjust
-				ticket_data['target_version'] = '1.3'
+				ticket_data['target_version'] = '1.4'
 				need_update = True
 			elif ticket_data['target_version'] == '2.0-beta':
 				# Fix target version from 2.0-beta to 2.0

mercurial