From 9652bfcd7ab90bdb977bb8b28bda82173dae1ae4 Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Fri, 28 Jan 2011 16:50:29 +0100 Subject: [PATCH] Revert "Set version number as 1.99." This reverts commit 4513ebe960d8014e8d916f67f8c759f896fa5153. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ab0280f..5ad84af5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ INCLUDE(cmake/cpack.cmake) SET(PROJECT_NAME dynamic-graph) SET(PROJECT_DESCRIPTION "Dynamic graph library") SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph") -SET(PROJECT_VERSION 1.99) SET(CUSTOM_HEADER_DIR "${PROJECT_NAME}") -- GitLab