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.4 to release CI configuration changes,
memory leaks fixes, and crash probe frame counter fix.

Signed-off-by: Alex Jaramillo <[email protected]>
  • Loading branch information
alexjch committed Jan 30, 2020
1 parent f14d6ff commit a0efa23
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.3], [https://clearlinux.org/])
AC_INIT([telemetrics-client], [2.3.4], [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 a0efa23

Please sign in to comment.