-
Izzard, Robert Dr (Maths & Physics) authoredIzzard, Robert Dr (Maths & Physics) authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
binary_c_version.h 1.09 KiB
#pragma once
#ifndef BINARY_C_VERSION_H
#define BINARY_C_VERSION_H
/*
* The binary_c stellar population nucleosynthesis framework.
*
* Contact: r.izzard@surrey.ac.uk or rob.izzard@gmail.com
*
* http://personal.ph.surrey.ac.uk/~ri0005/binary_c.html
* https://gitlab.eps.surrey.ac.uk/ri0005/binary_c
* https://groups.google.com/forum/#!forum/binary_c-nucsyn-announce
* https://groups.google.com/forum/#!forum/binary_c-nucsyn-devel
* https://twitter.com/binary_c_code
* https://www.facebook.com/groups/149489915089142/
*
* Please see the files README, LICENCE and CHANGES,
* and the doc/ directory for documentation.
*
*
* This file holds the version number for binary_c/nucsyn.
*
* Note: BINARY_C_VERSION should have no spaces in it and
* should be in the format:
*
* <major>.<minor>.<patch>
*
* where major, minor and patch are integers.
*
* Patch is zero for a major release.
*/
#define BINARY_C_VERSION "2.2.0"
/* and a CEMP run version */
#define CEMP_VERSION "prelim10-O1-noCNEMPs"
#define BINARY_C_START_YEAR 2000
#define BINARY_C_END_YEAR 2021
#endif// BINARY_C_VERSION_H