Skip to content

Commit

Permalink
Start 0.12.9 development (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Jun 12, 2024
1 parent 91ef089 commit 9e0c221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 9e0c221

Please sign in to comment.