File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
include/sparrow_extensions/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717namespace sparrow_extensions
1818{
19- constexpr int SPARROW_EXTENSIONS_VERSION_MAJOR = 0 ;
20- constexpr int SPARROW_EXTENSIONS_VERSION_MINOR = 2 ;
19+ constexpr int SPARROW_EXTENSIONS_VERSION_MAJOR = 1 ;
20+ constexpr int SPARROW_EXTENSIONS_VERSION_MINOR = 0 ;
2121 constexpr int SPARROW_EXTENSIONS_VERSION_PATCH = 0 ;
2222
23- constexpr int SPARROW_EXTENSIONS_BINARY_CURRENT = 2 ;
23+ constexpr int SPARROW_EXTENSIONS_BINARY_CURRENT = 3 ;
2424 constexpr int SPARROW_EXTENSIONS_BINARY_REVISION = 0 ;
25- constexpr int SPARROW_EXTENSIONS_BINARY_AGE = 2 ;
25+ constexpr int SPARROW_EXTENSIONS_BINARY_AGE = 0 ;
2626
2727 static_assert (
2828 SPARROW_EXTENSIONS_BINARY_AGE <= SPARROW_EXTENSIONS_BINARY_CURRENT,
You can’t perform that action at this time.
0 commit comments