changeset 17:615b5b71bdc3 draft

Tag dhcpcd-3.0.3
author Roy Marples <roy@marples.name>
date Tue, 05 Dec 2006 09:42:35 +0000
parents 3c6d27bf2646
children a43748f6c97d
files ChangeLog Makefile
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 05 09:38:10 2006 +0000
+++ b/ChangeLog	Tue Dec 05 09:42:35 2006 +0000
@@ -1,3 +1,4 @@
+dhcpcd-3.0.3
 NIS setup (yp.conf / domainname) works again.
 Send hostname/fqdn and our parameter list in DISCOVER and INFORM messages too.
 Add more debug messages.
--- a/Makefile	Tue Dec 05 09:38:10 2006 +0000
+++ b/Makefile	Tue Dec 05 09:42:35 2006 +0000
@@ -1,6 +1,6 @@
 # Should work for both GNU make and BSD mke
 
-VERSION = 3.0.3_pre2
+VERSION = 3.0.3
 
 INSTALL ?= install
 CFLAGS ?= -Wall -O2 -pedantic -std=gnu99