Skip to content

Commit

Permalink
Prepare Release 3.1.0 (#2804)
Browse files Browse the repository at this point in the history
* Prepare Release 3.1.0

* Update valhalla.h.in
  • Loading branch information
kevinkreiser committed Jan 25, 2021
1 parent e0e4740 commit b4055fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,11 @@
## Release Date: 2020-08-?? Valhalla 3.1.0
## Release Date: 2021-??-?? Valhalla 3.1.1
* **Removed**

* **Bug Fix**

* **Enhancement**

## Release Date: 2021-01-25 Valhalla 3.1.0
* **Removed**
* REMOVED: Remove Node bindings. [#2502](https://github.com/valhalla/valhalla/pull/2502)
* REMOVED: appveyor builds. [#2550](https://github.com/valhalla/valhalla/pull/2550)
Expand Down
4 changes: 2 additions & 2 deletions valhalla/valhalla.h.in
@@ -1,6 +1,6 @@
#pragma once

#define VALHALLA_VERSION_MAJOR 3
#define VALHALLA_VERSION_MINOR 0
#define VALHALLA_VERSION_PATCH 9
#define VALHALLA_VERSION_MINOR 1
#define VALHALLA_VERSION_PATCH 0

0 comments on commit b4055fd

Please sign in to comment.