1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2026-08-24 09:13:21 +00:00
rufus/res/grub2/grub2_version.h
Pete Batard 8b2a5b8514
[grub] update GRUB to 2.14 release
* 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.
2026-02-10 14:01:07 +00: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.14"