summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--src/netcfg2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 03e8619..5594dbe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
DESTDIR=
-VERSION=2.1.0_RC1
-
+VERSION=2.1.0
install:
install -d $(DESTDIR)/usr/lib/network/ $(DESTDIR)/etc/network.d/examples \
diff --git a/src/netcfg b/src/netcfg
index 294fb61..44576da 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -12,7 +12,7 @@ err() {
printhl "$*"
}
-NETCFG_VER=2.1.0_RC1
+NETCFG_VER=2.1.0
PROFILE_DIR="/etc/network.d/"
SUBR_DIR="/usr/lib/network/"
STATE_DIR="/var/run/network/"