Fix release version

This commit is contained in:
William Robinet 2021-04-12 21:29:59 +02:00
parent 1ff7a77b60
commit d03abcfdc3
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ v1.4 (2021-04-12)
Changes Changes
~~~~~~~ ~~~~~~~
- [doc] cleanup README. [Alexandre Dulaunoy] - [doc] cleanup README. [Alexandre Dulaunoy]
- [doc] v1.3 released. [Alexandre Dulaunoy] - [doc] v1.4 released. [Alexandre Dulaunoy]
Other Other
~~~~~ ~~~~~

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([ssldump], [1.4b]) AC_INIT([ssldump], [1.4])
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR([base/pcap-snoop.c]) AC_CONFIG_SRCDIR([base/pcap-snoop.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])