update version string to JSS 3.1, RTM.

This commit is contained in:
nicolson%netscape.com 2001-08-09 03:02:23 +00:00
Родитель a476095150
Коммит 9f0b7149a8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -41,10 +41,10 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define JSS_VERSION "3.1 Beta"
#define JSS_VERSION "3.1"
#define JSS_VMAJOR 3
#define JSS_VMINOR 1
#define JSS_VPATCH 0
#define JSS_BETA PR_TRUE
#define JSS_BETA PR_FALSE
#endif