Update version

This commit is contained in:
rexy712 2022-05-22 15:19:29 -07:00
parent 3f9171737c
commit b4723459b2

View File

@ -2,9 +2,9 @@ project(librcw)
cmake_minimum_required(VERSION 3.0.2)
include(GNUInstallDirs)
set(librcw_VERSION_STRING "000001000L")
set(librcw_VERSION_STRING "000003000L")
set(librcw_VERSION_MAJOR 0)
set(librcw_VERSION_MINOR 1)
set(librcw_VERSION_MINOR 3)
set(librcw_VERSION_REVISION 0)
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
include_directories(BEFORE SYSTEM "${INCLUDE_PATH}")