Former-commit-id:9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:06a8b51d6d
16 lines
437 B
C
16 lines
437 B
C
/*----------------------------------------------------------------------*/
|
|
/*
|
|
/* IFP_version_date.h
|
|
/*
|
|
/* NWS River Forecast System -
|
|
/* Interactive Forecast Program (NWSRFS-IFP)
|
|
/*
|
|
/*----------------------------------------------------------------------*/
|
|
|
|
|
|
#ifndef IFP_version_date_h
|
|
#define IFP_version_date_h
|
|
|
|
char *IFP_version_and_date = "ob8.3 - 10/24/07";
|
|
|
|
#endif /* IFP_version_date_h */
|