Files
open-gpu-kernel-modules/version.mk
Andy Ritger a2f89d6b59 Revert "545.29.03"
This reverts commit f364378a65.

545.29.03 and 545.29.02 are functionally the same for purposes of
open-gpu-kernel-modules, but there was poor NVIDIA-internal communication
about which driver would actually be released.  Revert 545.29.03 so that
a subsequent commit can provide 545.29.02 cleanly.
2023-10-31 16:28:17 -07:00

10 lines
264 B
Makefile

NVIDIA_VERSION = 545.23.06
# This file.
VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))
$(OUTPUTDIR)/version.h: $(VERSION_MK_FILE)
@$(MKDIR) $(OUTPUTDIR)
@$(ECHO) '#define NVIDIA_VERSION "$(NVIDIA_VERSION)"' > $@
NV_GENERATED_HEADERS += $(OUTPUTDIR)/version.h