2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

Update BIND version to 9.21.0-dev

This commit is contained in:
Nicki Křížek 2024-07-23 17:31:46 +02:00
parent 03e289030e
commit 0f93a755d1
No known key found for this signature in database
GPG Key ID: 01623B9B652A20A7

View File

@ -15,8 +15,8 @@
# a shell variable in AC_INIT # a shell variable in AC_INIT
# #
m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MAJOR], 9)dnl
m4_define([bind_VERSION_MINOR], 19)dnl m4_define([bind_VERSION_MINOR], 21)dnl
m4_define([bind_VERSION_PATCH], 25)dnl m4_define([bind_VERSION_PATCH], 0)dnl
m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl
m4_define([bind_DESCRIPTION], [(Development Release)])dnl m4_define([bind_DESCRIPTION], [(Development Release)])dnl
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl