rufus/res/grub2/grub2_version.h
2024-04-30 11:59:40 +01:00

7 lines
202 B
C

/*
* This file contains the version string of the GRUB 2.x binary embedded in Rufus.
* Should be the same as GRUB's PACKAGE_VERSION in config.h.
*/
#pragma once
#define GRUB2_PACKAGE_VERSION "2.12"