summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-01-13 11:00:10 +0100
committerJames Rayner <james@archlinux.org>2008-01-13 11:00:10 +0100
commit158b5e0225873913b8f5b11ac5e183e89900854e (patch)
tree30567a3dfaa54bd14e072aa4aab13ac8d4a80634
parentb5019b2056a9f0d603fb1e60065ae007bd04e13b (diff)
downloadnetctl-158b5e0225873913b8f5b11ac5e183e89900854e.tar.gz
netctl-158b5e0225873913b8f5b11ac5e183e89900854e.tar.xz
netcfg v2.0.5
-rw-r--r--Makefile2
-rw-r--r--src/netcfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 81a3218..e1bc637 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.0.4
+VERSION=2.0.5
install:
diff --git a/src/netcfg b/src/netcfg
index faa1700..15febe5 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -12,7 +12,7 @@ err() {
printhl "$*"
}
-NETCFG_VER=2.0.4
+NETCFG_VER=2.0.5
PROFILE_DIR="/etc/network.d/"
SUBR_DIR="/usr/lib/network/"
STATE_DIR="/var/run/network/"