From 5fe0f39ada7881106e0f4776cb950e2701d8b8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20S=C4=83vulescu?= Date: Tue, 9 Aug 2022 11:18:57 +0200 Subject: [PATCH] semantic version: 8.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 560cf6fb6..35bb4a402 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # standalone. project( coreneuron - VERSION 8.2.0 + VERSION 8.2.1 LANGUAGES CXX) # ~~~