Skip to content

Commit

Permalink
refactor: Bump version
Browse files Browse the repository at this point in the history
Bump version name for the next release.

Close DLTcollab#680
  • Loading branch information
howjmay committed Jul 21, 2020
1 parent 3c5352c commit d672a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "tangle-accelerator"
PROJECT_NUMBER = 0.9.2
PROJECT_NUMBER = 0.9.5
OUTPUT_DIRECTORY = docs/
OPTIMIZE_OUTPUT_FOR_C = YES
INPUT = . \
Expand Down
2 changes: 1 addition & 1 deletion accelerator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extern "C" {

/** @name tangle-accelerator configures */
/** @{ */
#define TA_VERSION "tangle-accelerator/0.9.2"
#define TA_VERSION "tangle-accelerator/0.9.5"
#define TA_HOST "localhost"
#define TA_PORT 8000
#define SEED \
Expand Down

0 comments on commit d672a8b

Please sign in to comment.