diff --git a/CMakeLists.txt b/CMakeLists.txt index 7677541d8..d61d581fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ endif(APPLE) # Adds a tag to the end of the version string. Leave empty # for official release builds. if(NOT DEFINED FREEDV_VERSION_TAG) -set(FREEDV_VERSION_TAG "devel2") +set(FREEDV_VERSION_TAG "dev2") add_definitions(-DUNOFFICIAL_RELEASE) endif(NOT DEFINED FREEDV_VERSION_TAG)