diff options
author | 2015-01-09 09:18:14 -0800 | |
---|---|---|
committer | 2015-01-09 09:18:14 -0800 | |
commit | 986029121ae49984c98a76efa83d4e48d5c9f650 (patch) | |
tree | 6b9c6bb9beda02289c5877eec5555592fe49d325 | |
parent | Merge pull request #3 from rabisg/cleanup (diff) | |
download | netifrc-0.3.0.tar.gz netifrc-0.3.0.tar.bz2 netifrc-0.3.0.zip |
Bump version for the first systemd-supporting release.0.3.0
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 424958f..84a2ec4 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.2.4 +VERSION= 0.3.0 PKG= ${NAME}-${VERSION} |