updated version to M7 in Finder's get info string (tip)

git-svn-id: svn://10.0.0.236/trunk@32835 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jj%netscape.com 1999-05-27 01:17:55 +00:00
parent d7d4ac5401
commit fe61ced7bb

View File

@ -29,14 +29,14 @@
#define APPLICATION_LANGUAGE "en"
#define VERSION_MAJOR_STR "5.0"
#define VERSION_MINOR_STR "m4 Gecko"
#define VERSION_MINOR_STR "m7 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 4 // This is really the internal stage
#define VERSION_MICRO 7 // This is really the internal stage
#define VERSION_KIND alpha
#define COPYRIGHT_STRING ", Mozilla Open Source"