diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-12-30 15:29:12 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-12-30 15:29:12 -0600 |
commit | cf9c5745e5a895faf12b2db86ca3696d72c376ce (patch) | |
tree | f2343f477b7cd77fd7525741dd887721e7398390 /config.mk | |
parent | b39d270b9f6b6e6533524b3acbd565a540887506 (diff) | |
parent | 8653b276927b6622d3c50f98d05380b27b9b007c (diff) |
Merge remote-tracking branch 'upstream/main' into wlroots-next
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -_VERSION = 0.4-rc3 -VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)` +_VERSION = 0.4 +VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)` PKG_CONFIG = pkg-config |