diff options
author | Thomas Markwalder <tmark@isc.org> | 2016-10-04 18:39:03 +0000 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2016-10-04 18:39:03 +0000 |
commit | 160842b2a7ecf1851f829b0ee7e1b36a8a3c6650 (patch) | |
tree | e1395b3c2ffa65bc5327b0b08ea89b7649691271 /configure.ac | |
parent | 3210786b6eb9d28df19bd2f5281f563b1c60b501 (diff) | |
download | isc-dhcp-160842b2a7ecf1851f829b0ee7e1b36a8a3c6650.tar.gz |
[master] Bumped version in configure.ac to 4.4.0-dev
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 94cde26d..eb2a28a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP],[4.3.4],[dhcp-users@isc.org]) +AC_INIT([DHCP],[4.4.0-dev],[dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such |