Fixed the PSM version number to 1.4

git-svn-id: svn://10.0.0.236/trunk@83674 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ddrinan%netscape.com 2000-12-14 23:49:23 +00:00
parent 02499e1126
commit b57ec79daf

View File

@ -55,7 +55,7 @@
#include "newproto.h"
char SSMVersionString[] = "1.3";
char SSMVersionString[] = "1.4";
CMT_Alloc_fn cmt_alloc = malloc;
CMT_Free_fn cmt_free = free;