diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-02 16:38:57 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-02 16:38:57 -0500 |
commit | 5cf5308ab430c60e21bb769f8ee0d860ee15c497 (patch) | |
tree | 72b61112262c6f789d59b3b8edc6165c3d9431c2 /Makefile.inc | |
parent | 1a8cd5ff9ded16dd071624fa056712678b2cda6a (diff) |
increment version
I have learned that it is better to increment the version early. This
way keeps track of the version that is being worked on on the branch and
the tag marks when the release actually happens.
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index d2fc52ca..e53b5806 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.11 +VERSION= 0.12 PKG= ${NAME}-${VERSION} |