Skip to content

Commit

Permalink
Time for another minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Mar 24, 2017
1 parent 36e8181 commit ffa21b5
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.6)
project(rtags)
set(RTAGS_VERSION_MAJOR 2)
set(RTAGS_VERSION_MINOR 8)
set(RTAGS_VERSION_MINOR 9)
set(RTAGS_VERSION_DATABASE 117)
set(RTAGS_VERSION_SOURCES_FILE 9)
set(RTAGS_VERSION ${RTAGS_VERSION_MAJOR}.${RTAGS_VERSION_MINOR}.${RTAGS_VERSION_DATABASE})
Expand Down

0 comments on commit ffa21b5

Please sign in to comment.