Changeset 1958 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Mar 28, 2002, 5:52:51 PM (24 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/pexceptions.cc
r773 r1958 22 22 } 23 23 24 string BuildLongExceptionMessage(const char * s, const char *file, int line)24 string SOPHYA::BuildLongExceptionMessage(const char * s, const char *file, int line) 25 25 { 26 26 char buff[32]; -
trunk/SophyaLib/BaseTools/sversion.h
r1947 r1958 3 3 4 4 #define SOPHYA_VERSION 1.3 5 #define SOPHYA_REVISION 5 45 #define SOPHYA_REVISION 55 6 6 #define SOPHYA_TAG "V_Jan2002" 7 7
Note:
See TracChangeset
for help on using the changeset viewer.