mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-24 02:17:05 +00:00
Increase version in CMakeLists.txt
This commit is contained in:
parent
536e927c59
commit
e356e1d1b7
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
cmake_minimum_required(VERSION 3.16.3)
|
cmake_minimum_required(VERSION 3.13.4)
|
||||||
include(CheckSymbolExists)
|
include(CheckSymbolExists)
|
||||||
|
|
||||||
project(
|
project(
|
||||||
ssldump
|
ssldump
|
||||||
VERSION 1.8
|
VERSION 1.9
|
||||||
DESCRIPTION 20230811
|
DESCRIPTION 20230814
|
||||||
LANGUAGES C
|
LANGUAGES C
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue