Skip to content

Commit

Permalink
Merge pull request #1209 from belforte/master
Browse files Browse the repository at this point in the history
2_11_1_pre10
  • Loading branch information
belforte committed Oct 2, 2014
2 parents b797674 + 4e323fc commit 0995132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

prog_name = 'crab'
prog_version = (2, 11, 1)
prog_tag = 'pre9'
prog_tag = 'pre10'

prog_version_str=`prog_version[0]`+'.'+`prog_version[1]`+'.'+`prog_version[2]`
if prog_tag and len(prog_tag)>0:
Expand Down

0 comments on commit 0995132

Please sign in to comment.