forked from ytsaurus/ytsaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contrib/libs/croaring to 1.1.2
- Loading branch information
1 parent
5bfd0cf
commit c22b0e9
Showing
3 changed files
with
5 additions
and
4 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
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,10 +1,10 @@ | ||
// /include/roaring/roaring_version.h automatically generated by release.py, do not change by hand | ||
#ifndef ROARING_INCLUDE_ROARING_VERSION | ||
#define ROARING_INCLUDE_ROARING_VERSION | ||
#define ROARING_VERSION "1.1.0" | ||
#define ROARING_VERSION "1.1.2" | ||
enum { | ||
ROARING_VERSION_MAJOR = 1, | ||
ROARING_VERSION_MINOR = 1, | ||
ROARING_VERSION_REVISION = 0 | ||
ROARING_VERSION_REVISION = 2 | ||
}; | ||
#endif // ROARING_INCLUDE_ROARING_VERSION |
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