Skip to content

Commit 4c54dea

Browse files
committed
Updated version
1 parent 6e2896c commit 4c54dea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Include/NRD.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.
2929

3030
#define NRD_VERSION_MAJOR 4
3131
#define NRD_VERSION_MINOR 15
32-
#define NRD_VERSION_BUILD 2
33-
#define NRD_VERSION_DATE "29 July 2025"
32+
#define NRD_VERSION_BUILD 1
33+
#define NRD_VERSION_DATE "19 August 2025"
3434

3535
#if defined(_WIN32)
3636
#define NRD_CALL __stdcall

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NVIDIA REAL-TIME DENOISERS v4.15.2 (NRD)
1+
# NVIDIA REAL-TIME DENOISERS v4.15.1 (NRD)
22

33
[![Build NRD SDK](https://github.com/NVIDIA-RTX/NRD/actions/workflows/build.yml/badge.svg)](https://github.com/NVIDIA-RTX/NRD/actions/workflows/build.yml)
44

Resources/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Versioning rules:
2323

2424
#define VERSION_MAJOR 4
2525
#define VERSION_MINOR 15
26-
#define VERSION_BUILD 2
26+
#define VERSION_BUILD 1
2727

2828
#define VERSION_STRING STR(VERSION_MAJOR.VERSION_MINOR.VERSION_BUILD encoding=NRD_NORMAL_ENCODING.NRD_ROUGHNESS_ENCODING)

0 commit comments

Comments
 (0)