update the nana version in CMakeLists to 1.7.3

This commit is contained in:
Jinhao 2020-02-10 11:12:30 +08:00
parent 4090eb3d75
commit da295d8c47

View File

@ -22,7 +22,7 @@
# cmake 3.12 have more better modern c++ support
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
project(nana VERSION 1.7.2
project(nana VERSION 1.7.3
DESCRIPTION "C++ GUI library"
HOMEPAGE_URL http://nanapro.org
LANGUAGES CXX )