summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-08-06 15:12:21 +0200
committerJames Rayner <james@archlinux.org>2008-08-06 15:12:21 +0200
commit2affabfabd66fdcd6e84726a4f6debd44a0e0f77 (patch)
tree13cd428e06ec3bb92323718215f9379f9c504b47
parentabf85ef49e301fabdef07eccea5f8efcd9406932 (diff)
downloadnetctl-2affabfabd66fdcd6e84726a4f6debd44a0e0f77.tar.gz
netctl-2affabfabd66fdcd6e84726a4f6debd44a0e0f77.tar.xz
netcfg v2.1.0 release candidate 1
-rw-r--r--Makefile2
-rw-r--r--src/netcfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f35b41a..03e8619 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.1.0_B2
+VERSION=2.1.0_RC1
install:
diff --git a/src/netcfg b/src/netcfg
index 8155e7f..294fb61 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -12,7 +12,7 @@ err() {
printhl "$*"
}
-NETCFG_VER=2.1.0_B2
+NETCFG_VER=2.1.0_RC1
PROFILE_DIR="/etc/network.d/"
SUBR_DIR="/usr/lib/network/"
STATE_DIR="/var/run/network/"