diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2019-10-10 13:39:40 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-10-10 13:39:40 +0200 |
commit | c9ec630171f01e8893f8c40782c7416fa46dc37c (patch) | |
tree | f0df451066dd0b2427635fbb37eec07ba7a62b4e | |
parent | doc: add migration from 2.8.x to 2.9.x (diff) | |
download | knot-3.0.dev.tar.xz knot-3.0.dev.zip |
Bump version 3.0.devv3.0.dev
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 94e027580..9a433e066 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) -m4_define([knot_VERSION_MAJOR], 2)dnl -m4_define([knot_VERSION_MINOR], 9)dnl +m4_define([knot_VERSION_MAJOR], 3)dnl +m4_define([knot_VERSION_MINOR], 0)dnl m4_define([knot_VERSION_PATCH], )dnl Leave empty if the master branch! m4_include([m4/knot-version.m4]) |