Skip to content

Commit

Permalink
configure.ac: bump version
Browse files Browse the repository at this point in the history
Increase the version to 2.3.2 to reflect the fact that
bertprobe was entirely removed. The bertprobe functionality
was moved to klogscanner.

Signed-off-by: Juro Bystricky <[email protected]>
  • Loading branch information
jurobystricky authored and alexjch committed Dec 18, 2019
1 parent 53d4c22 commit 8ca2993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([telemetrics-client], [2.3.1], [https://clearlinux.org/])
AC_INIT([telemetrics-client], [2.3.2], [https://clearlinux.org/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.14 -Wall -Werror -Wno-extra-portability foreign subdir-objects])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 8ca2993

Please sign in to comment.