Skip to content

Commit ba99730

Browse files
committed
chore: bump version
1 parent f21723b commit ba99730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.13)
2121

2222
project(
2323
tev
24-
VERSION 2.6.0
24+
VERSION 2.6.1
2525
DESCRIPTION "High dynamic range (HDR) image viewer for people who care about colors."
2626
LANGUAGES C CXX
2727
)

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "tev";
23-
# version = "2.6.0";
23+
# version = "2.6.1";
2424

2525
# src = fetchFromGitHub {
2626
# owner = "Tom94";

0 commit comments

Comments
 (0)