Skip to content

Commit

Permalink
Increase version to 1.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jul 5, 2013
1 parent f24ecc0 commit 85a25a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distrib/wix/bkl.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Id="*"
Name="Bakefile"
Language="1033"
Version="1.2.2.0"
Version="1.2.3.0"
Manufacturer="Bakefile Developers"
UpgradeCode="3333163D-CC42-4920-B26E-E4B58611ABCF">

Expand Down
2 changes: 1 addition & 1 deletion src/bkl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#

# Grep-friendly version string
VERSION="1.2.2"
VERSION="1.2.3"

def get_version():
# check to see if we're running from a git checkout and report more exact
Expand Down

0 comments on commit 85a25a9

Please sign in to comment.