diff --git a/ChangeLog b/ChangeLog index db301dc..53a6299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ v1.4 (2021-04-12) Changes ~~~~~~~ - [doc] cleanup README. [Alexandre Dulaunoy] -- [doc] v1.3 released. [Alexandre Dulaunoy] +- [doc] v1.4 released. [Alexandre Dulaunoy] Other ~~~~~ diff --git a/configure.ac b/configure.ac index f89cc04..5eafab7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ssldump], [1.4b]) +AC_INIT([ssldump], [1.4]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([base/pcap-snoop.c]) AC_CONFIG_HEADERS([config.h])