changing milestone from M17 to M18 for useragent and about page.

This commit is contained in:
granrose%netscape.com 2000-07-27 20:57:43 +00:00
Родитель 320938329b
Коммит 722ef87fb4
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -28,7 +28,7 @@ pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search
pref("keyword.URL", "http://keyword.netscape.com/keyword/");
pref("keyword.enabled", false);
pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
pref("general.useragent.misc", "m17");
pref("general.useragent.misc", "m18");
pref("general.startup.browser", true);
pref("general.startup.mail", false);

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

@ -32,14 +32,14 @@
#define APPLICATION_LANGUAGE "en"
#define VERSION_MAJOR_STR "5.0"
#define VERSION_MINOR_STR "M17 Gecko"
#define VERSION_MINOR_STR "M18 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 17 // This is really the internal stage
#define VERSION_MICRO 18 // This is really the internal stage
#define VERSION_KIND alpha
#define COPYRIGHT_STRING ", Mozilla Open Source"