* configure.ac: Bump version to 2.00.

* grub-core/normal/main.c (features): Add feature_200_final.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-28 02:06:36 +02:00
parent 0c4f85f651
commit 5f91f70146
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-06-27 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Bump version to 2.00.
* grub-core/normal/main.c (features): Add feature_200_final.
2012-06-27 Vladimir Serbinenko <phcoder@gmail.com> 2012-06-27 Vladimir Serbinenko <phcoder@gmail.com>
2012-06-27 Jordan Uggla <jordan.uggla@gmail.com> 2012-06-27 Jordan Uggla <jordan.uggla@gmail.com>

View file

@ -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 (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for the target
dnl type. 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]) AC_CONFIG_AUX_DIR([build-aux])

View file

@ -492,7 +492,7 @@ static void (*grub_xputs_saved) (const char *str);
static const char *features[] = { static const char *features[] = {
"feature_chainloader_bpb", "feature_ntldr", "feature_platform_search_hint", "feature_chainloader_bpb", "feature_ntldr", "feature_platform_search_hint",
"feature_default_font_path", "feature_all_video_module", "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) GRUB_MOD_INIT(normal)