From 28c604a97ffcab56d92e7e3527156195a1557cfa Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Wed, 20 Oct 2021 20:27:38 +0300 Subject: Remove foo version from CMakeLists.txt Closes #27. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a73ca1..4ec9599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.10) -project (specgram VERSION 1.0.0 LANGUAGES CXX) +project (specgram LANGUAGES CXX) # Version set (VERSION_MAJOR 0) -- cgit v1.2.3