Skip to content

Commit

Permalink
Release v0.3.0 (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: ZigRazor <zigrazor@gmail.com>
  • Loading branch information
ZigRazor committed Jan 26, 2022
1 parent dfc36b4 commit 33521d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)

# set the project name and version
project(CXXGraph VERSION 0.2.0)
project(CXXGraph VERSION 0.3.0)

configure_file(CXXGraphConfig.h.in ${PROJECT_SOURCE_DIR}/include/CXXGraphConfig.h)

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "CXXGraph"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.0
PROJECT_NUMBER = 0.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 3 additions & 0 deletions include/CXXGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#include "Partitioning/CoordinatedPartitionState.hpp"
#include "Partitioning/CoordinatedRecord.hpp"
#include "Partitioning/HDRF.hpp"
#include "Partitioning/EBV.hpp"
#include "Partitioning/EdgeBalancedVertexCut.hpp"
#include "Partitioning/GreedyVertexCut.hpp"
#include "Partitioning/PartitionAlgorithm.hpp"
#include "Partitioning/Partitioner.hpp"
#include "Partitioning/PartitionerThread.hpp"
Expand Down
4 changes: 2 additions & 2 deletions packaging/haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "GPL",
"tags": ["Algorithm", "Cpp"],
"description": "Header-Only C++ Library for Graph Representation and Algorithms",
"version": "0.2.0",
"version": "0.3.0",
"classPath": "",
"releasenote": "Release 0.2.0 see https://github.com/ZigRazor/CXXGraph/releases/tag/v0.2.0 for more details",
"releasenote": "Release 0.3.0 see https://github.com/ZigRazor/CXXGraph/releases/tag/v0.3.0 for more details",
"contributors": ["ZigRazor"],
"dependencies": {}
}

0 comments on commit 33521d1

Please sign in to comment.