Changeset 521


Ignore:
Timestamp:
01/26/2012 05:36:40 PM (11 years ago)
Author:
marcus
Message:

r294 | walther | 2012-01-26 17:35:13 +0100 (Do, 26. Jan 2012) | 2 Zeilen

  • updated version information
Location:
SH_SHM/trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seismhan.c

    r341 r521  
    33 *      ========== 
    44 * 
    5  * $Revision: 180 $, $Date: 2011-03-09 16:27:03 +0100 (Mi, 09 MÀr 2011) $ 
     5 * $Revision: 294 $, $Date: 2012-01-26 17:35:13 +0100 (Do, 26. Jan 2012) $ 
    66 * 
    77 * main module of seismhandler program, command line version 
     
    110110 
    111111        printf( "\n" ); 
    112         printf( "SeismicHandler version %s, Copyright (C) 2011\n", SHC_VERSION ); 
    113         printf( "Klaus Stammler, Federal Institute for Geosciences and Natural Resources (BGR)\n" ); 
     112        printf( "SeismicHandler version %s, Copyright (C) 1990-2012\n", SHC_VERSION ); 
     113        printf( "Klaus Stammler and Marcus Walther, Federal Institute for Geosciences and\n" ); 
     114    printf( "Natural Resources (BGR)\n" ); 
    114115        printf( "SeismicHandler comes with ABSOLUTELY NO WARRANTY.\n" ); 
    115116        printf( "This is free software, and you are welcome to redistribute it\n" ); 
  • SH_SHM/trunk/source/shconst.h

    r342 r521  
    33 *      ========= 
    44 * 
    5  * $Revision: 181 $, $Date: 2011-03-10 09:06:09 +0100 (Do, 10 MÀr 2011) $ 
     5 * $Revision: 294 $, $Date: 2012-01-26 17:35:13 +0100 (Do, 26. Jan 2012) $ 
    66 * 
    77 * constants of seismhandler program 
     
    3636#define __SHCONST 
    3737 
    38 #define SHC_VERSION "5.5 February-2011" 
     38#define SHC_VERSION "2012a" 
    3939        /* version number */ 
    4040#define TW 1 
Note: See TracChangeset for help on using the changeset viewer.