Changeset 959 in ntrip
- Timestamp:
- Jul 22, 2008, 5:15:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r949 r959 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.2 7 2008/03/25 15:10:48stoecker Exp $3 $Id: rtcm3torinex.c,v 1.28 2008/06/20 06:15:25 stoecker Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.2 7$";53 static char revisionstr[] = "$Revision: 1.28 $"; 54 54 55 55 #ifndef COMPILEDATE … … 208 208 {31, 12, 1998,32}, 209 209 {31, 12, 2005,33}, 210 {31, 12, 2008,34}, 210 211 {0,0,0,0} /* end marker */ 211 212 }; … … 1531 1532 1532 1533 #ifndef NO_RTCM3_MAIN 1533 static char datestr[] = "$Date: 2008/0 3/25 15:10:48$";1534 static char datestr[] = "$Date: 2008/06/20 06:15:25 $"; 1534 1535 1535 1536 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.