summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-19 16:17:18 +0000
committerRoy Marples <roy@marples.name>2009-01-19 16:17:18 +0000
commit882d97c856abe553fdc752457006ee85798adae1 (patch)
tree9adcb67479b2a716d68758aa993c031c812b8fff /config.h
parenta96641760ba48f58f11e58a12b43e4b3c8562159 (diff)
downloaddhcpcd-882d97c856abe553fdc752457006ee85798adae1.tar.xz
When dropping config, we should punt the old config so we don't drop it twice.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 53a4d9a6..4a3b5f42 100644
--- a/config.h
+++ b/config.h
@@ -28,7 +28,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "4.99.8"
+#define VERSION "4.99.9"
/* Some systems do not have a working fork. */
/* #define THERE_IS_NO_FORK */