version bump

This commit is contained in:
rexy712 2018-12-06 15:35:28 -08:00
parent af9b0b837e
commit dd3bfb49e9

View File

@ -4,7 +4,7 @@ include(GNUInstallDirs)
cmake_minimum_required(VERSION 3.0.2)
project(rjp)
set(rjp_VERSION_MAJOR 0)
set(rjp_VERSION_MINOR 3)
set(rjp_VERSION_MINOR 4)
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
configure_file(
"${INCLUDE_PATH}/config.h.in"