mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
cmakelists: bump version to 0.2.0
This commit is contained in:
parent
1db2a12767
commit
5cb3d2ba62
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
|
||||||
set(HYPRLANG_VERSION "0.1")
|
set(HYPRLANG_VERSION "0.2.0")
|
||||||
set(PREFIX ${CMAKE_INSTALL_PREFIX})
|
set(PREFIX ${CMAKE_INSTALL_PREFIX})
|
||||||
|
|
||||||
project(hyprlang
|
project(hyprlang
|
||||||
|
|
Loading…
Reference in a new issue