summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-07 00:15:14 +0000
committerRoy Marples <roy@marples.name>2008-06-07 00:15:14 +0000
commitfd34289e216f45570c6c2f5af94863e19be0db53 (patch)
tree3eabb562686a16f05b0414e7c46449114f7f113e /config.h
parent7c45fb9338092de7ca988f6abbecd4b0d54d76cc (diff)
downloaddhcpcd-fd34289e216f45570c6c2f5af94863e19be0db53.tar.xz
Bump to beta6 for internal testing and move UNCONST to common.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 0198d55a..76cf4220 100644
--- a/config.h
+++ b/config.h
@@ -28,7 +28,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "4.0.0-beta5"
+#define VERSION "4.0.0-beta6"
/* You can enable/disable various chunks of optional code here.
* You would only do this to try and shrink the end binary if dhcpcd
@@ -97,6 +97,5 @@
# define PIDFILE RUNDIR "/" PACKAGE "-%s.pid"
#endif
-#define UNCONST(a) ((void *)(unsigned long)(const void *)(a))
#endif