Skip to content

Commit

Permalink
Fixing version number in cmake config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Jul 29, 2018
1 parent a0879e0 commit 8e2dccb
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,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.11)
project(recodex-worker)
set(RECODEX_VERSION 1.4.0)
set(RECODEX_VERSION 1.5.1)
enable_testing()

# Hack for old CentOS and new GCC with uncompatible ABI
Expand Down

0 comments on commit 8e2dccb

Please sign in to comment.