| Index: source/tools/genrb/genrb.h
|
| diff --git a/source/tools/genrb/genrb.h b/source/tools/genrb/genrb.h
|
| index 1cbff35aef1bcaa2052c96e086a44f21dffd438b..9a190f28d37f928998f5fcbf77da922b5c780a94 100644
|
| --- a/source/tools/genrb/genrb.h
|
| +++ b/source/tools/genrb/genrb.h
|
| @@ -1,7 +1,7 @@
|
| /*
|
| *******************************************************************************
|
| *
|
| -* Copyright (C) 2002-2014, International Business Machines
|
| +* Copyright (C) 2002-2015, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| *******************************************************************************
|
| @@ -24,8 +24,6 @@
|
| #include "errmsg.h"
|
| #include "parse.h"
|
| #include "rbutil.h"
|
| -#include "reslist.h"
|
| -
|
|
|
| #include "toolutil.h"
|
| #include "uoptions.h"
|
| @@ -34,7 +32,7 @@
|
| #include "unicode/uloc.h"
|
|
|
| /* The version of genrb */
|
| -#define GENRB_VERSION "3.3"
|
| +#define GENRB_VERSION "56"
|
|
|
| U_CDECL_BEGIN
|
|
|
|
|