diff --git a/ChangeLog b/ChangeLog index df1e3ce43..81bdae957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-27 Vladimir Serbinenko + + * configure.ac: Bump version to 2.00. + * grub-core/normal/main.c (features): Add feature_200_final. + 2012-06-27 Vladimir Serbinenko 2012-06-27 Jordan Uggla diff --git a/configure.ac b/configure.ac index 448ac68d6..91b36d0a4 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ dnl type, so there is no conflict. Variables with the prefix "TARGET_" dnl (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for the target dnl type. -AC_INIT([GRUB],[2.00~rc1],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.00],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c index c82d6fd6d..13473ec61 100644 --- a/grub-core/normal/main.c +++ b/grub-core/normal/main.c @@ -492,7 +492,7 @@ static void (*grub_xputs_saved) (const char *str); static const char *features[] = { "feature_chainloader_bpb", "feature_ntldr", "feature_platform_search_hint", "feature_default_font_path", "feature_all_video_module", - "feature_menuentry_id", "feature_menuentry_options" + "feature_menuentry_id", "feature_menuentry_options", "feature_200_final" }; GRUB_MOD_INIT(normal)