From 033ef5c9dc10977e4f97f29f7a7f1df99f240394 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 20 Feb 2024 20:56:10 +0400 Subject: [PATCH] noncense commit --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a151f1ea..4d3339ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.5) PROJECT(Zano) - -set(VERSION "1.0") +set(VERSION "2.0") if(POLICY CMP0043) cmake_policy(SET CMP0043 NEW)