Bumping version, updating headers
This commit is contained in:
@@ -2,8 +2,9 @@
|
|||||||
//
|
//
|
||||||
// epanet_output.c -- API for reading results from EPANET binary output file
|
// epanet_output.c -- API for reading results from EPANET binary output file
|
||||||
//
|
//
|
||||||
// Version: 0.30
|
// Version: 0.40
|
||||||
// Date 09/06/2017
|
// Date 04/02/2019
|
||||||
|
// 09/06/2017
|
||||||
// 06/17/2016
|
// 06/17/2016
|
||||||
// 08/05/2014
|
// 08/05/2014
|
||||||
// 05/21/2014
|
// 05/21/2014
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
/*
|
||||||
|
******************************************************************************
|
||||||
|
Project: OWA EPANET
|
||||||
|
Version: 2.2
|
||||||
|
Module: util/cstr_helper.c
|
||||||
|
Description: Provides a simple interface for managing files
|
||||||
|
Authors: see AUTHORS
|
||||||
|
Copyright: see AUTHORS
|
||||||
|
License: see LICENSE
|
||||||
|
Last Updated: 04/02/2019
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
/*
|
||||||
|
******************************************************************************
|
||||||
|
Project: OWA EPANET
|
||||||
|
Version: 2.2
|
||||||
|
Module: util/cstr_helper.h
|
||||||
|
Description: Provides a simple interface for managing files
|
||||||
|
Authors: see AUTHORS
|
||||||
|
Copyright: see AUTHORS
|
||||||
|
License: see LICENSE
|
||||||
|
Last Updated: 04/02/2019
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef CSTR_HELPER_H_
|
#ifndef CSTR_HELPER_H_
|
||||||
#define CSTR_HELPER_H_
|
#define CSTR_HELPER_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user