Changeset 706 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Jan 21, 2000, 5:58:08 PM (26 years ago)
Author:
ansari
Message:

petite Correction diverses - Reza 21/01/2000

Location:
trunk/SophyaLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sversion.h

    r597 r706  
    22#define SVERSION_H
    33
    4 #define SOPHYA_VERSION   0.7
    5 #define SOPHYA_REVISION  27
    6 #define SOPHYA_TAG       "V_Oct99"
     4#define SOPHYA_VERSION   0.8
     5#define SOPHYA_REVISION  7
     6#define SOPHYA_TAG       "V_Jan2000"
    77
    88#endif
  • trunk/SophyaLib/SysTools/psighand.cc

    r480 r706  
    5454// SIGINT
    5555  if (sigprstate[2] != cint) {
    56     if (cquit)   {
     56    if (cint)   {
    5757      sigaction(SIGINT, &ae, NULL);
    5858      puts("PeidaConfigureSignalhandling(): Activating SIGINT handling (-> throw) ...");
Note: See TracChangeset for help on using the changeset viewer.