| commit | 85cbd4fcf83da5e3334e2ceb7da7151cd3236a8c | [log] [tgz] |
|---|---|---|
| author | Tristan Lelong <tlelong@google.com> | Mon Jul 24 12:55:54 2023 |
| committer | Tristan Lelong <tristan.lelong@blunderer.org> | Mon Jul 24 13:48:57 2023 |
| tree | 100026dd392c4050c767d7875e338814315c359d | |
| parent | 8c17e3207d9a860bf853288cf62a5f34125dfc93 [diff] |
Set libhiba minor version to 2 in configure.
diff --git a/configure.ac b/configure.ac index f8dc2d9..97d7643 100644 --- a/configure.ac +++ b/configure.ac
@@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. m4_define([MAJOR], 1) -m4_define([MINOR], 0) +m4_define([MINOR], 2) AC_PREREQ([2.69]) AC_INIT([HIBA], [MAJOR.MINOR], [hibassh@google.com])