Skip to content

Commit d646247

Browse files
committed
Bump version
1 parent 199cf19 commit d646247

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wluma"
3-
version = "4.5.0"
3+
version = "4.5.1"
44
authors = ["Maxim Baz", "Cyril Levis"]
55
edition = "2021"
66

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN := wluma
2-
VERSION := 4.5.0
2+
VERSION := 4.5.1
33

44
PREFIX ?= /usr
55
LIB_DIR = $(DESTDIR)$(PREFIX)/lib

src/frame/vulkan.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::ffi::CString;
88
use std::ops::Drop;
99
use std::os::fd::{AsRawFd, FromRawFd, OwnedFd};
1010

11-
const WLUMA_VERSION: u32 = vk::make_api_version(0, 4, 5, 0);
11+
const WLUMA_VERSION: u32 = vk::make_api_version(0, 4, 5, 1);
1212
const VULKAN_VERSION: u32 = vk::make_api_version(0, 1, 2, 0);
1313

1414
const FINAL_MIP_LEVEL: u32 = 4; // Don't generate mipmaps beyond this level - GPU is doing too poor of a job averaging the colors

0 commit comments

Comments
 (0)