Update simulator version for V0.10.

This commit is contained in:
Cary R 2009-10-16 14:05:56 -07:00 committed by Stephen Williams
parent 9164b7719b
commit c54cd4b473
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008 Cary R. (cygcary@yahoo.com)
* Copyright (C) 2008-2009 Cary R. (cygcary@yahoo.com)
*
* 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
@ -151,7 +151,7 @@ static PLI_INT32 simparam_calltf(PLI_BYTE8 *name_ext)
} else if (strcmp(param, "simulatorSubversion") == 0) {
retval = 0.0;
} else if (strcmp(param, "simulatorVersion") == 0) {
retval = 0.9;
retval = 0.10;
} else if (strcmp(param, "sourceScaleFactor") == 0) {
retval = 0.0; /* Nothing for now. */
} else if (strcmp(param, "tnom") == 0) {