mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 04:00:44 +00:00
The bash script now adds a #define if the current checkout is exactly on a tag, and it leaves all #defines empty if building from a tarball. The batch file still needs to be updated.
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
// Update the string below to set OSCAR's version and release status.
|
|
// See https://semver.org/spec/v2.0.0.html for details on format.
|
|
|
|
#define VERSION "1.1.0-beta-1"
|