diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 195d7ea..ac6c4a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ cmake_minimum_required( VERSION 2.6 ) ##### general package setup ##################### -project( knetworkmanager ) -set( KNETWORKMANAGER_VERSION "0.9" ) +project( tdenetworkmanager ) +set( TDENETWORKMANAGER_VERSION "0.9" ) ##### include essential cmake modules ########### |