#65764 / Bugscape #3508: Update Mac version strings to 0.8. a=r=leaf

This commit is contained in:
jj%netscape.com 2001-02-08 23:33:46 +00:00
Родитель c6ab0beeea
Коммит 1b0a703137
1 изменённых файлов: 6 добавлений и 6 удалений

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

@ -27,19 +27,19 @@
#define APPLICATION_NAME "Gecko"
#define TRADEMARK_NAME APPLICATION_NAME "ª "
#define VERSION_CORP_STR "mozilla.org"
#define VERSION_CORP_STR "www.mozilla.org"
#define APPLICATION_LANGUAGE "en"
#define VERSION_MAJOR_STR "5.0"
#define VERSION_MINOR_STR "M18 Gecko"
#define VERSION_MAJOR_STR ""
#define VERSION_MINOR_STR "0.8"
#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 18 // This is really the internal stage
#define VERSION_MAJOR 0
#define VERSION_MINOR 128 // =[0x80] This is really revision & fix in BCD
#define VERSION_MICRO 0 // This is really the internal stage
#define VERSION_KIND alpha
#define COPYRIGHT_STRING ", Mozilla Open Source"