From e14e072b086eaeeac050f2a8c579da0db4a11bd7 Mon Sep 17 00:00:00 2001 From: Volkan Kumtepeli Date: Mon, 29 Apr 2024 02:46:35 +0100 Subject: [PATCH] version changes. --- CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 023b32d..0e9c3fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.21) # so that it works well with tools like CPM or other # manual dependency management -project(DTWC++ VERSION "0.1.0" +project(DTWC++ VERSION "1.0.0" DESCRIPTION "A C++ library for fast Dynamic Time Wrapping Clustering" HOMEPAGE_URL https://battery-intelligence-lab.github.io/dtw-cpp/ LANGUAGES CXX C) diff --git a/docs/Doxyfile b/docs/Doxyfile index 3e7d5e7..2472419 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = DTWC++ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.1.0 +PROJECT_NUMBER = 1.0.0-rc0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a