Bump version so we can tag

This commit is contained in:
Joshua Harlow 2012-05-11 19:13:00 -07:00
parent ea6505b8e4
commit 334dd6ae18
1 changed files with 2 additions and 3 deletions

View File

@ -14,13 +14,12 @@
# License for the specific language governing permissions and limitations
# under the License.
VERSION = ['2012', '5']
YEAR, COUNT = VERSION
VERSION = ['2012', '5', '11']
FINAL = False # May never be final ;)
def canonical_version_string():
return '.'.join([YEAR, COUNT])
return '.'.join(VERSION)
def version_string():