| 1234567 |
- # To update the range-v3 version, from a working directory that is clean except for an
- # updated doc/release_notes.md file, update the version numbers below. This makefile will
- # generate a new version.hpp, *AMEND THE MOST RECENT COMMIT*, and git-tag the commit.
- set(RANGE_V3_MAJOR 0)
- set(RANGE_V3_MINOR 12)
- set(RANGE_V3_PATCHLEVEL 0)
|