-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82843ae
commit 4989f3e
Showing
4 changed files
with
78 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# To update the range-v3 version, from a *CLEAN* working directory, update the version numbers below. | ||
# This makefile will generate a new version.hpp, *AMEND THE MOST RECENT COMMIT*, and git-tag the commit. | ||
# 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 10) | ||
set(RANGE_V3_MINOR 11) | ||
set(RANGE_V3_PATCHLEVEL 0) |
Submodule gh-pages
updated
2164 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters