mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Fix release version
This commit is contained in:
parent
1ff7a77b60
commit
d03abcfdc3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
~~~~~
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue