5cf5308ab4
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.
4 lines
53 B
Makefile
4 lines
53 B
Makefile
NAME= openrc
|
|
VERSION= 0.12
|
|
PKG= ${NAME}-${VERSION}
|