mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-392 instructions for bumping version numbers
X-SVN-Rev: 5343
This commit is contained in:
parent
83e08d62f9
commit
c76ff368f0
1 changed files with 13 additions and 1 deletions
|
@ -22,6 +22,18 @@
|
|||
#ifndef UVERSION_H
|
||||
#define UVERSION_H
|
||||
|
||||
/** IMPORTANT: When updating version, the following things need to be done: */
|
||||
/** source/common/unicode/uversion.h - this file: update major, minor, */
|
||||
/** patchlevel, suffix, version and short version constants */
|
||||
/** source/common/common.dsp - update 'Output file name' on the link tab so */
|
||||
/** that it contains the new major/minor combination */
|
||||
/** source/i18n/i18n.dsp - same as for the common.dsp */
|
||||
/** source/data/build/makedata.mak - change U_ICUDATA_NAME so that it contains*/
|
||||
/** the new major/minor combination */
|
||||
/** source/tools/genren/genren.pl - use this script according to the README */
|
||||
/** in that folder */
|
||||
|
||||
|
||||
/** The current ICU major version as an integer. */
|
||||
#define U_ICU_VERSION_MAJOR_NUM 1
|
||||
|
||||
|
@ -29,7 +41,7 @@
|
|||
#define U_ICU_VERSION_MINOR_NUM 9
|
||||
|
||||
/** The current ICU patchlevel version as an integer. */
|
||||
#define U_ICU_VERSION_PATCHLEVEL_NUM 1
|
||||
#define U_ICU_VERSION_PATCHLEVEL_NUM 0
|
||||
|
||||
/** Glued version suffix for renamers */
|
||||
#define U_ICU_VERSION_SUFFIX _1_9
|
||||
|
|
Loading…
Add table
Reference in a new issue