summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-09-17 15:14:23 +0200
committerJames Rayner <james@archlinux.org>2008-09-17 15:14:23 +0200
commitf5583fa284f3fa130ff0c84effa5b5fa0fff5c78 (patch)
tree5e49b4ae16eb142e97f132d3ab8925bcfc41ef0a
parent8436ade56a7b513a9f39ea4656ee085ca7f599d2 (diff)
downloadnetctl-f5583fa284f3fa130ff0c84effa5b5fa0fff5c78.tar.gz
netctl-f5583fa284f3fa130ff0c84effa5b5fa0fff5c78.tar.xz
netcfg v2.1.1
-rw-r--r--Makefile2
-rw-r--r--src/netcfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5594dbe..6afa479 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.1.0
+VERSION=2.1.1
install:
install -d $(DESTDIR)/usr/lib/network/ $(DESTDIR)/etc/network.d/examples \
diff --git a/src/netcfg b/src/netcfg
index 44576da..7bd25ca 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -12,7 +12,7 @@ err() {
printhl "$*"
}
-NETCFG_VER=2.1.0
+NETCFG_VER=2.1.1
PROFILE_DIR="/etc/network.d/"
SUBR_DIR="/usr/lib/network/"
STATE_DIR="/var/run/network/"