summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2021-10-20 20:27:38 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2021-10-20 20:27:38 +0300
commit28c604a97ffcab56d92e7e3527156195a1557cfa (patch)
treea0f9fefd221cf5cfe7fd8a5741195e2bd878ca97
parenta82b4f26df953ae20be5acd4c96665d7998b8c01 (diff)
Remove foo version from CMakeLists.txt
Closes #27.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)