diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-10-20 20:27:38 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-10-20 20:27:38 +0300 |
| commit | 28c604a97ffcab56d92e7e3527156195a1557cfa (patch) | |
| tree | a0f9fefd221cf5cfe7fd8a5741195e2bd878ca97 | |
| parent | a82b4f26df953ae20be5acd4c96665d7998b8c01 (diff) | |
Remove foo version from CMakeLists.txt
Closes #27.
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
