Skip to content

Commit

Permalink
Bump database.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Aug 25, 2017
1 parent 09775e9 commit 0b7bb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.6)
project(rtags)
set(RTAGS_VERSION_MAJOR 2)
set(RTAGS_VERSION_MINOR 12)
set(RTAGS_VERSION_DATABASE 117)
set(RTAGS_VERSION_DATABASE 118)
set(RTAGS_VERSION_SOURCES_FILE 12)
set(RTAGS_VERSION ${RTAGS_VERSION_MAJOR}.${RTAGS_VERSION_MINOR}.${RTAGS_VERSION_DATABASE})

Expand Down

0 comments on commit 0b7bb4b

Please sign in to comment.