Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit cacaccc

Browse files
committed
Prepare for 9.0.2 release
1 parent 2335284 commit cacaccc

File tree

91 files changed

+95
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+95
-95
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions

compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ types_h export_attribute userHeaders enumHeader allocator alloc_ctors_enabled ty
3939
#{newlineBeginSep 0 includeHeader userHeaders}
4040
#include <bond/core/bond_version.h>
4141

42-
#if BOND_VERSION < 0x0901
42+
#if BOND_VERSION < 0x0902
4343
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
4444
#endif
4545

compiler/tests/generated/alias_key_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/alias_with_allocator_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/aliases_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/alloc_ctors/alias_key_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/alloc_ctors/aliases_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/alloc_ctors/attributes_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/alloc_ctors/basic_types_nsmapped_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

compiler/tests/generated/alloc_ctors/basic_types_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <bond/core/bond_version.h>
55

6-
#if BOND_VERSION < 0x0901
6+
#if BOND_VERSION < 0x0902
77
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
88
#endif
99

0 commit comments

Comments
 (0)