1234567891011121314151617181920212223 |
- /* This file is part of Lemma, a geophysical modelling and inversion API.
- * More information is available at http://lemmasoftware.org
- */
-
- /* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
- /**
- * @file
- * @date 10/23/2018 01:57:40 PM
- * @version $Id$
- * @author Trevor Irons (ti)
- * @email Trevor.Irons@utah.edu
- * @copyright Copyright (c) 2018, University of Utah
- * @copyright Copyright (c) 2018, Lemma Software, LLC
- */
-
- #define DCIP_VERSION_MAJOR @DCIP_VERSION_MAJOR@
- #define DCIP_VERSION_MINOR @DCIP_VERSION_MINOR@
- #define DCIP_VERSION_PATCH @DCIP_VERSION_PATCH@
- #define DCIP_VERSION @DCIP_VERSION@
|