File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND IGRAPH_ENABLE_CODE_COVERAGE)
143143 # problems with them. Yes, the exclusion is correct, it refers to a nonexistent
144144 # directory that somehow gets into the coverage results. /Applications and
145145 # /Library/Developer are for macOS -- they exclude files from the macOS SDK.
146- EXCLUDE "io/*.l" " src/io/parsers/*" "io/parsers/*" "/Applications/Xcode*" "/Library/Developer/*" "examples/*" "interfaces/*" "tests/*" "vendor/pcg/*"
146+ EXCLUDE "src/io/parsers/*" "io/parsers/*" "/Applications/Xcode*" "/Library/Developer/*" "examples/*" "interfaces/*" "tests/*" "vendor/pcg/*"
147147 )
148148endif ()
149149
Original file line number Diff line number Diff line change 2828
2929__BEGIN_DECLS
3030
31- #define IGRAPH_VERSION "0.10.15-45-gae93a3a24 "
31+ #define IGRAPH_VERSION "0.10.15-46-g622f331dc "
3232#define IGRAPH_VERSION_MAJOR 0
3333#define IGRAPH_VERSION_MINOR 10
3434#define IGRAPH_VERSION_PATCH 15
35- #define IGRAPH_VERSION_PRERELEASE "45-gae93a3a24 "
35+ #define IGRAPH_VERSION_PRERELEASE "46-g622f331dc "
3636
3737IGRAPH_EXPORT void igraph_version (const char * * version_string ,
3838 int * major ,
You can’t perform that action at this time.
0 commit comments