diff options
author | James Rayner <james@archlinux.org> | 2009-11-14 01:29:40 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-11-14 01:29:40 +0100 |
commit | 9b8dac626162dd5f9fc9930e810a3c2e7cf4056c (patch) | |
tree | d548a5e836d719065e225c92cd833c1878296307 | |
parent | af082228395c4c30bc4ae1159cfc6786502bcb3f (diff) | |
download | netctl-9b8dac626162dd5f9fc9930e810a3c2e7cf4056c.tar.gz netctl-9b8dac626162dd5f9fc9930e810a3c2e7cf4056c.tar.xz |
netcfg v2.5.0rc1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/netcfg | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.5.0a1 +VERSION=2.5.0rc1 VPATH = doc install: @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.5.0a1 +NETCFG_VER=2.5.0rc1 version() { |