Changeset 13 in ntrip


Ignore:
Timestamp:
Feb 15, 2005, 5:15:33 PM (19 years ago)
Author:
stoecker
Message:

minor fixes

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r10 r13  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.7 2005/01/03 11:33:39 stoecker Exp $
    4   Copyright (C) 2003 by Dirk Stoecker <stoecker@epost.de>
     3  $Id: NtripLinuxClient.c,v 1.8 2005/01/27 07:38:04 stoecker Exp $
     4  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
    66  This program is free software; you can redistribute it and/or modify
     
    3838
    3939/* CVS revision and version */
    40 static char revisionstr[] = "$Revision: 1.7 $";
    41 static char datestr[]     = "$Date: 2005/01/03 11:33:39 $";
     40static char revisionstr[] = "$Revision: 1.8 $";
     41static char datestr[]     = "$Date: 2005/01/27 07:38:04 $";
    4242
    4343struct Args
  • trunk/ntripserver/NtripLinuxServer.c

    r12 r13  
    4141 */
    4242
    43 /* $Id: NtripLinuxServer.c,v 1.3 2005/02/08 16:22:51 stoecker Exp $
     43/* $Id: NtripLinuxServer.c,v 1.4 2005/02/15 15:53:39 stoecker Exp $
    4444 * Changes -  Version 0.7
    4545 * Thu Sep 22 08:10:45  2003    actina AG <http://www.actina.de>
     
    6767#include "NtripServerLinux.h"
    6868
    69 #define VERSION "NTRIP NtripServerLinux/0.8"
     69#define VERSION "NTRIP NtripServerLinux/0.9"
    7070
    7171#define SIMULATE  0
Note: See TracChangeset for help on using the changeset viewer.