From 1aa87a1c1538a0103a1624c663606b8d47566f42 Mon Sep 17 00:00:00 2001 From: Robby Stephenson Date: Mon, 3 Sep 2018 08:39:49 -0400 Subject: Correctly set version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 214e2ca..817750b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) project(Tellico) -set(TELLICO_VERSION "3.1.2+git") +set(TELLICO_VERSION "3.1.3") set(QT_MIN_VERSION "5.4.0") -- cgit v0.11.2