Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
changed version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
crionez committed Jan 28, 2019
1 parent d7b16e6 commit de4871c
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 3.1)
project(votca-ctp)

set(PROJECT_VERSION "1.5-dev")
set(PROJECT_VERSION "1.5")
set(PROJECT_CONTACT "[email protected]")
string(REGEX REPLACE "^[1-9]+\\.([1-9]+).*$" "\\1" SOVERSION "${PROJECT_VERSION}")
if (NOT ${SOVERSION} MATCHES "[1-9]+")
Expand Down

0 comments on commit de4871c

Please sign in to comment.