Skip to content

Commit

Permalink
Prep for 10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chwarr committed Mar 7, 2022
1 parent ae701a7 commit d2d5304
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ tag versions. The Bond compiler (`gbc`) and
different versioning scheme, following the Haskell community's
[package versioning policy](https://wiki.haskell.org/Package_versioning_policy).

## Unreleased ##
## 10.0: 2022-03-07 ##

* IDL core version: TBD
* C++ version: TBD (major version bump needed)
* C# NuGet version: TBD (major version bump needed)
* `gbc` & compiler library: TBD
* IDL core version: 3.0
* C++ version: 10.0
* C# NuGet version: 10.0
* `gbc` & compiler library: 0.12.1.0

### C++ ###

Expand Down
2 changes: 1 addition & 1 deletion cpp/inc/bond/core/bond_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdint.h>
#include <type_traits>

#define BOND_VERSION 0x0905
#define BOND_VERSION 0x0a00
#define BOND_MIN_CODEGEN_VERSION 0x0c10

namespace bond
Expand Down

0 comments on commit d2d5304

Please sign in to comment.