mirror of
https://github.com/pbatard/rufus.git
synced 2026-08-24 09:13:21 +00:00
* Can GRUB *EVER* produce a release archive that is not *UTTERLY BROKEN*??? https://lists.gnu.org/archive/html/grub-devel/2026-01/msg00043.html * Also set version to rufus-next.
7 lines
202 B
C
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.14"
|