#40724: update milestone to M17 (Finder's get info string) a=leaf

This commit is contained in:
jj%netscape.com 2000-06-08 01:11:45 +00:00
Родитель 1b606ce794
Коммит ad76946822
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -32,14 +32,14 @@
#define APPLICATION_LANGUAGE "en"
#define VERSION_MAJOR_STR "5.0"
#define VERSION_MINOR_STR "M16 Gecko"
#define VERSION_MINOR_STR "M17 Gecko"
#define VERSION_STRING VERSION_MAJOR_STR VERSION_MINOR_STR
#define VERSION_LANG "en" // e.g. en, ja, de, fr
#define VERSION_COUNTRY "_US" // e.g., _JP, _DE, _FR, _US
#define VERSION_LOCALE VERSION_LANG VERSION_COUNTRY
#define VERSION_MAJOR 5
#define VERSION_MINOR 00 // =[0x00] This is really revision & fix in BCD
#define VERSION_MICRO 16 // This is really the internal stage
#define VERSION_MICRO 17 // This is really the internal stage
#define VERSION_KIND alpha
#define COPYRIGHT_STRING ", Mozilla Open Source"