1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

Version bump 0.1.3b

This commit is contained in:
King_DuckZ 2015-12-08 16:16:13 +00:00
parent 3a4c11ad4c
commit c5a798e95f

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0 FATAL_ERROR) cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
set(bare_name "dindexer") set(bare_name "dindexer")
project("${bare_name}-if" VERSION 0.1.2 LANGUAGES CXX C) project("${bare_name}-if" VERSION 0.1.3 LANGUAGES CXX C)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
option(DINDEXER_DEBUG_CFG_FILE "Enable to set the config file path to the build path" OFF) option(DINDEXER_DEBUG_CFG_FILE "Enable to set the config file path to the build path" OFF)