rename config.h back to version.h since it contains only version after last commit

This commit is contained in:
Pawel "l0ner" Soltys 2015-01-18 20:04:28 +01:00
parent 2fb24571ef
commit eb338d92c5
3 changed files with 3 additions and 3 deletions

@ -46,10 +46,10 @@ endif()
# generate header file to handle version # generate header file to handle version
configure_file( configure_file(
"${PROJECT_SOURCE_DIR}/config.h.in" "${PROJECT_SOURCE_DIR}/config.h" "${PROJECT_SOURCE_DIR}/version.h.in" "${PROJECT_SOURCE_DIR}/version.h"
) )
# set buold type # set build type
if(NOT CMAKE_BUILD_TYPE) if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE MinSizeRel CACHE STRING set(CMAKE_BUILD_TYPE MinSizeRel CACHE STRING
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."

@ -23,7 +23,7 @@
#include <cstdlib> // EXIT_SUCCESS #include <cstdlib> // EXIT_SUCCESS
#include "argParse/argParse.h" #include "argParse/argParse.h"
#include "config.h" #include "version.h"
#include "graph.h" #include "graph.h"
// Tmux color lookup tables for the different metrics. // Tmux color lookup tables for the different metrics.