Skip to content

Commit 3983c5f

Browse files
committed
task: bump version to 0.9.1
1 parent 647f79b commit 3983c5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) # PCH support needs 3.16+
22
cmake_policy(SET CMP0015 NEW)
33
cmake_policy(SET CMP0022 NEW)
44

5-
project(miracle-wm VERSION 0.9.0)
5+
project(miracle-wm VERSION 0.9.1)
66

77
# ----------------------------------------
88
# Speed tweaks

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#define MIRACLE_WM_MAJOR 0
2222
#define MIRACLE_WM_MINOR 9
23-
#define MIRACLE_WM_PATCH 0
23+
#define MIRACLE_WM_PATCH 1
2424

25-
#define MIRACLE_VERSION_STRING "0.9.0"
25+
#define MIRACLE_VERSION_STRING "0.9.1"
2626

2727
#endif // MIRACLE_WM_VERSION_H

0 commit comments

Comments
 (0)