mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Version bump 0.1.4b
This commit is contained in:
parent
e2438f77fd
commit
9de4827983
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||
set(bare_name "dindexer")
|
||||
project("${bare_name}-if" VERSION 0.1.3 LANGUAGES CXX C)
|
||||
project("${bare_name}-if" VERSION 0.1.4 LANGUAGES CXX C)
|
||||
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
|
||||
|
||||
include(GetGitRevisionDescription)
|
||||
|
|
Loading…
Reference in a new issue