Skip to content
Snippets Groups Projects
Commit c2ec8d90 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Prepare for next major release

parent 919dc53b
No related branches found
No related tags found
No related merge requests found
Knot DNS 2.7.0-dev (2018-xx-xx)
===============================
Knot DNS 2.6.0 (2017-09-29)
===========================
......
......@@ -3,9 +3,9 @@
AC_PREREQ([2.60])
m4_define([knot_VERSION_MAJOR],2)dnl
m4_define([knot_VERSION_MINOR],6)dnl
m4_define([knot_VERSION_MINOR],7)dnl
m4_define([knot_VERSION_PATCH],0)dnl
m4_define([knot_VERSION_EXTRA],)dnl
m4_define([knot_VERSION_EXTRA],-dev)dnl
m4_define([knot_PKG_VERSION],[knot_VERSION_MAJOR.knot_VERSION_MINOR.knot_VERSION_PATCH]knot_VERSION_EXTRA)dnl
AC_INIT([knot], knot_PKG_VERSION, [knot-dns@labs.nic.cz])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment