Update development version to 0.5.3

This commit is contained in:
Victor Antonovich 2024-03-28 00:27:16 +03:00
parent f013ed12c6
commit 3c37407afd

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)
project(mbusd VERSION 0.5.2 LANGUAGES C)
project(mbusd VERSION 0.5.3 LANGUAGES C)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/extern_GPL)
include(CheckFunctionExists)