From 08630234557d856b9905dd89c4cc11fa542d3e61 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 12 Jun 2024 15:09:12 -0700 Subject: [PATCH] Start 0.12.9 development --- CMakeLists.txt | 4 ++-- INSTALL.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94e21ea..affb200 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,9 +29,9 @@ cmake_minimum_required(VERSION 3.16.3) cmake_policy(VERSION 3.16.3) -project(editorconfig VERSION "0.12.8" LANGUAGES C) +project(editorconfig VERSION "0.12.9" LANGUAGES C) -set(PROJECT_VERSION_SUFFIX "") +set(PROJECT_VERSION_SUFFIX "-development") include(GNUInstallDirs) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake_Modules") diff --git a/INSTALL.md b/INSTALL.md index 56397a9..d69bd4e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,7 +31,7 @@ Dependencies In principle, you should be able to build the source using any C compiler that is C99 compliant (i.e., virtually any C compiler that is not archaic). Before -installing, you need to install the building tool [cmake][] (version >= 2.8.12) +installing, you need to install the building tool [cmake][] (version >= 3.16.3) and dependency [PCRE2][]. To install cmake and pcre with package manager: - Arch Linux: `pacman -S cmake pcre2` @@ -116,7 +116,7 @@ these libraries could be executed properly. Automated Build on Windows ========================== -Requirements on Windows are [Visual Studio] 2015, 2017, 2019 or 2022, [cmake] 2.8.12 or higher and Powershell 3 or higher. For Visual Studio the community edition is sufficient, but the [C++ workload](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=vs-2017) is required. +Requirements on Windows are [Visual Studio] 2015, 2017, 2019 or 2022, [cmake] 3.16.3 or higher and Powershell 3 or higher. For Visual Studio the community edition is sufficient, but the [C++ workload](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=vs-2017) is required. Non-static build is currently not supported.