Update the simulator subversion.

This commit is contained in:
Cary R
2009-10-20 09:51:14 -07:00
committed by Stephen Williams
parent 5e8e59484b
commit b3ca7e1774
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008 Cary R. ([email protected])
* Copyright (C) 2008-2009 Cary R. ([email protected])
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -149,7 +149,7 @@ static PLI_INT32 simparam_calltf(PLI_BYTE8 *name_ext)
} else if (strcmp(param, "shrink") == 0) {
retval = 0.0; /* Nothing for now. */
} else if (strcmp(param, "simulatorSubversion") == 0) {
retval = 0.0;
retval = 2.0;
} else if (strcmp(param, "simulatorVersion") == 0) {
retval = 0.9;
} else if (strcmp(param, "sourceScaleFactor") == 0) {