Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Jun 18, 2020
1 parent 80e81d3 commit 88f4143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := wluma
VERSION := 1.2.1
VERSION := 1.2.2

PREFIX ?= /usr
LIB_DIR = $(DESTDIR)$(PREFIX)/lib
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'wluma',
'c',
version: '1.2.1',
version: '1.2.2',
license: 'MIT',
default_options: [
'buildtype=release',
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ static int init(struct Context *ctx, int argc, char *argv[]) {
VkApplicationInfo appInfo = {
.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO,
.pApplicationName = "wluma",
.applicationVersion = VK_MAKE_VERSION(1, 2, 1),
.applicationVersion = VK_MAKE_VERSION(1, 2, 2),
.pEngineName = "No Engine",
.engineVersion = VK_MAKE_VERSION(1, 0, 0),
.apiVersion = VK_API_VERSION_1_0,
Expand Down

0 comments on commit 88f4143

Please sign in to comment.