1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/res/grub2/grub2_version.h

8 lines
202 B
C
Raw Normal View History

/*
* 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
2024-04-30 10:59:40 +00:00
#define GRUB2_PACKAGE_VERSION "2.12"