diff --git a/CHANGELOG.md b/CHANGELOG.md index afde4aed62..67477550a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,11 @@ 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 ## +## 9.0.1: 2020-07-14 ## +* IDL core version: 3.0 +* C++ version: 9.0.1 +* C# NuGet version: 9.0.1 +* `gbc` & compiler library: 0.12.1.0 ### C++ ### * RapidJSON repository points to [Tencent](https://github.com/Tencent/rapidjson.git) diff --git a/compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs b/compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs index f16c2a1642..d00d466674 100644 --- a/compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs +++ b/compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs @@ -39,7 +39,7 @@ types_h export_attribute userHeaders enumHeader allocator alloc_ctors_enabled ty #{newlineBeginSep 0 includeHeader userHeaders} #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alias_key_types.h b/compiler/tests/generated/alias_key_types.h index 9866ba4d66..fbba59e386 100644 --- a/compiler/tests/generated/alias_key_types.h +++ b/compiler/tests/generated/alias_key_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alias_with_allocator_types.h b/compiler/tests/generated/alias_with_allocator_types.h index 563dc36096..f66c29bfd4 100644 --- a/compiler/tests/generated/alias_with_allocator_types.h +++ b/compiler/tests/generated/alias_with_allocator_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/aliases_types.h b/compiler/tests/generated/aliases_types.h index 71c660ca90..206c3e8879 100644 --- a/compiler/tests/generated/aliases_types.h +++ b/compiler/tests/generated/aliases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/alias_key_types.h b/compiler/tests/generated/alloc_ctors/alias_key_types.h index 57cab380e6..2c5bb013c6 100644 --- a/compiler/tests/generated/alloc_ctors/alias_key_types.h +++ b/compiler/tests/generated/alloc_ctors/alias_key_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/aliases_types.h b/compiler/tests/generated/alloc_ctors/aliases_types.h index 3859ac304a..d196010bc5 100644 --- a/compiler/tests/generated/alloc_ctors/aliases_types.h +++ b/compiler/tests/generated/alloc_ctors/aliases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/attributes_types.h b/compiler/tests/generated/alloc_ctors/attributes_types.h index d98ab5a570..2f28ca6522 100644 --- a/compiler/tests/generated/alloc_ctors/attributes_types.h +++ b/compiler/tests/generated/alloc_ctors/attributes_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/basic_types_nsmapped_types.h b/compiler/tests/generated/alloc_ctors/basic_types_nsmapped_types.h index 02615eb969..e5610c8829 100644 --- a/compiler/tests/generated/alloc_ctors/basic_types_nsmapped_types.h +++ b/compiler/tests/generated/alloc_ctors/basic_types_nsmapped_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/basic_types_types.h b/compiler/tests/generated/alloc_ctors/basic_types_types.h index d72f1a9157..c5525c39b5 100644 --- a/compiler/tests/generated/alloc_ctors/basic_types_types.h +++ b/compiler/tests/generated/alloc_ctors/basic_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/bond_meta_types.h b/compiler/tests/generated/alloc_ctors/bond_meta_types.h index 16fc8226a9..5bd595f6e2 100644 --- a/compiler/tests/generated/alloc_ctors/bond_meta_types.h +++ b/compiler/tests/generated/alloc_ctors/bond_meta_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/complex_types_types.h b/compiler/tests/generated/alloc_ctors/complex_types_types.h index b082e5d8f7..4750cae529 100644 --- a/compiler/tests/generated/alloc_ctors/complex_types_types.h +++ b/compiler/tests/generated/alloc_ctors/complex_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/defaults_types.h b/compiler/tests/generated/alloc_ctors/defaults_types.h index c0e72ef1fe..e712b3e83e 100644 --- a/compiler/tests/generated/alloc_ctors/defaults_types.h +++ b/compiler/tests/generated/alloc_ctors/defaults_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/empty_types.h b/compiler/tests/generated/alloc_ctors/empty_types.h index d1532a5d67..0db477ff58 100644 --- a/compiler/tests/generated/alloc_ctors/empty_types.h +++ b/compiler/tests/generated/alloc_ctors/empty_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/field_modifiers_types.h b/compiler/tests/generated/alloc_ctors/field_modifiers_types.h index e2f06332ac..0bf5eb2e91 100644 --- a/compiler/tests/generated/alloc_ctors/field_modifiers_types.h +++ b/compiler/tests/generated/alloc_ctors/field_modifiers_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/generics_types.h b/compiler/tests/generated/alloc_ctors/generics_types.h index ec681752e3..5aa79e0666 100644 --- a/compiler/tests/generated/alloc_ctors/generics_types.h +++ b/compiler/tests/generated/alloc_ctors/generics_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/import_types.h b/compiler/tests/generated/alloc_ctors/import_types.h index f7cd0e56b1..168c995362 100644 --- a/compiler/tests/generated/alloc_ctors/import_types.h +++ b/compiler/tests/generated/alloc_ctors/import_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/inheritance_types.h b/compiler/tests/generated/alloc_ctors/inheritance_types.h index 67871d1e18..3f3247f15f 100644 --- a/compiler/tests/generated/alloc_ctors/inheritance_types.h +++ b/compiler/tests/generated/alloc_ctors/inheritance_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/maybe_blob_types.h b/compiler/tests/generated/alloc_ctors/maybe_blob_types.h index 3d2b40bc64..0bb88a7288 100644 --- a/compiler/tests/generated/alloc_ctors/maybe_blob_types.h +++ b/compiler/tests/generated/alloc_ctors/maybe_blob_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/metadata_edge_cases_types.h b/compiler/tests/generated/alloc_ctors/metadata_edge_cases_types.h index ffc28f0a36..d9492503a1 100644 --- a/compiler/tests/generated/alloc_ctors/metadata_edge_cases_types.h +++ b/compiler/tests/generated/alloc_ctors/metadata_edge_cases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/alloc_ctors/with_enum_header_types.h b/compiler/tests/generated/alloc_ctors/with_enum_header_types.h index 5475324672..0970cde7a9 100644 --- a/compiler/tests/generated/alloc_ctors/with_enum_header_types.h +++ b/compiler/tests/generated/alloc_ctors/with_enum_header_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/alias_key_types.h b/compiler/tests/generated/allocator/alias_key_types.h index ff45c3a104..bdbaa2659e 100644 --- a/compiler/tests/generated/allocator/alias_key_types.h +++ b/compiler/tests/generated/allocator/alias_key_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/aliases_types.h b/compiler/tests/generated/allocator/aliases_types.h index f0ef5ef4a8..caeb685da6 100644 --- a/compiler/tests/generated/allocator/aliases_types.h +++ b/compiler/tests/generated/allocator/aliases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/attributes_types.h b/compiler/tests/generated/allocator/attributes_types.h index 9d085b513d..9250920d8b 100644 --- a/compiler/tests/generated/allocator/attributes_types.h +++ b/compiler/tests/generated/allocator/attributes_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/basic_types_nsmapped_types.h b/compiler/tests/generated/allocator/basic_types_nsmapped_types.h index 6c65462a53..f596f8b7ca 100644 --- a/compiler/tests/generated/allocator/basic_types_nsmapped_types.h +++ b/compiler/tests/generated/allocator/basic_types_nsmapped_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/basic_types_types.h b/compiler/tests/generated/allocator/basic_types_types.h index e238697588..beb3cf918b 100644 --- a/compiler/tests/generated/allocator/basic_types_types.h +++ b/compiler/tests/generated/allocator/basic_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/bond_meta_types.h b/compiler/tests/generated/allocator/bond_meta_types.h index eefbf3cd86..27c8298163 100644 --- a/compiler/tests/generated/allocator/bond_meta_types.h +++ b/compiler/tests/generated/allocator/bond_meta_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/complex_types_types.h b/compiler/tests/generated/allocator/complex_types_types.h index 2311aeb3b4..cb9ee5be55 100644 --- a/compiler/tests/generated/allocator/complex_types_types.h +++ b/compiler/tests/generated/allocator/complex_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/defaults_types.h b/compiler/tests/generated/allocator/defaults_types.h index 128cc16dca..7ec821bc09 100644 --- a/compiler/tests/generated/allocator/defaults_types.h +++ b/compiler/tests/generated/allocator/defaults_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/empty_types.h b/compiler/tests/generated/allocator/empty_types.h index d1532a5d67..0db477ff58 100644 --- a/compiler/tests/generated/allocator/empty_types.h +++ b/compiler/tests/generated/allocator/empty_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/field_modifiers_types.h b/compiler/tests/generated/allocator/field_modifiers_types.h index 99c2fadf50..7afcf1c089 100644 --- a/compiler/tests/generated/allocator/field_modifiers_types.h +++ b/compiler/tests/generated/allocator/field_modifiers_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/generics_types.h b/compiler/tests/generated/allocator/generics_types.h index 396006f961..d5ef244580 100644 --- a/compiler/tests/generated/allocator/generics_types.h +++ b/compiler/tests/generated/allocator/generics_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/import_types.h b/compiler/tests/generated/allocator/import_types.h index ca70bec9d5..465878c806 100644 --- a/compiler/tests/generated/allocator/import_types.h +++ b/compiler/tests/generated/allocator/import_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/inheritance_types.h b/compiler/tests/generated/allocator/inheritance_types.h index fab94517f7..22484bc3a7 100644 --- a/compiler/tests/generated/allocator/inheritance_types.h +++ b/compiler/tests/generated/allocator/inheritance_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/maybe_blob_types.h b/compiler/tests/generated/allocator/maybe_blob_types.h index 18cca25795..c0471df683 100644 --- a/compiler/tests/generated/allocator/maybe_blob_types.h +++ b/compiler/tests/generated/allocator/maybe_blob_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/metadata_edge_cases_types.h b/compiler/tests/generated/allocator/metadata_edge_cases_types.h index dc6b00c2b8..9da98875b5 100644 --- a/compiler/tests/generated/allocator/metadata_edge_cases_types.h +++ b/compiler/tests/generated/allocator/metadata_edge_cases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/allocator/with_enum_header_types.h b/compiler/tests/generated/allocator/with_enum_header_types.h index 200c21d338..ee06ec8b6d 100644 --- a/compiler/tests/generated/allocator/with_enum_header_types.h +++ b/compiler/tests/generated/allocator/with_enum_header_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/attributes_types.h b/compiler/tests/generated/attributes_types.h index 88e8978109..60b6a1d575 100644 --- a/compiler/tests/generated/attributes_types.h +++ b/compiler/tests/generated/attributes_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/basic_types_nsmapped_types.h b/compiler/tests/generated/basic_types_nsmapped_types.h index a7c7b320e5..0c74f6b2b4 100644 --- a/compiler/tests/generated/basic_types_nsmapped_types.h +++ b/compiler/tests/generated/basic_types_nsmapped_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/basic_types_types.h b/compiler/tests/generated/basic_types_types.h index 6fdd0e46a5..a248df039a 100644 --- a/compiler/tests/generated/basic_types_types.h +++ b/compiler/tests/generated/basic_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/bond_meta_types.h b/compiler/tests/generated/bond_meta_types.h index 4f1beb699f..b68307ae0f 100644 --- a/compiler/tests/generated/bond_meta_types.h +++ b/compiler/tests/generated/bond_meta_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/complex_types_types.h b/compiler/tests/generated/complex_types_types.h index cf69eb1e76..baa5af8df2 100644 --- a/compiler/tests/generated/complex_types_types.h +++ b/compiler/tests/generated/complex_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/custom_alias_with_allocator_types.h b/compiler/tests/generated/custom_alias_with_allocator_types.h index 5519942533..bd1c079bb3 100644 --- a/compiler/tests/generated/custom_alias_with_allocator_types.h +++ b/compiler/tests/generated/custom_alias_with_allocator_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/custom_alias_without_allocator_types.h b/compiler/tests/generated/custom_alias_without_allocator_types.h index 52e1f0b277..5efc54d18f 100644 --- a/compiler/tests/generated/custom_alias_without_allocator_types.h +++ b/compiler/tests/generated/custom_alias_without_allocator_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/defaults_types.h b/compiler/tests/generated/defaults_types.h index 6133b535ed..6df5cc9782 100644 --- a/compiler/tests/generated/defaults_types.h +++ b/compiler/tests/generated/defaults_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/empty_types.h b/compiler/tests/generated/empty_types.h index d1532a5d67..0db477ff58 100644 --- a/compiler/tests/generated/empty_types.h +++ b/compiler/tests/generated/empty_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/exports/service_types.h b/compiler/tests/generated/exports/service_types.h index 39570dd0eb..4af1f10792 100644 --- a/compiler/tests/generated/exports/service_types.h +++ b/compiler/tests/generated/exports/service_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/exports/with_enum_header_types.h b/compiler/tests/generated/exports/with_enum_header_types.h index 53dfadd88d..047cfb2600 100644 --- a/compiler/tests/generated/exports/with_enum_header_types.h +++ b/compiler/tests/generated/exports/with_enum_header_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/field_modifiers_types.h b/compiler/tests/generated/field_modifiers_types.h index 1e5a407103..776694dc1a 100644 --- a/compiler/tests/generated/field_modifiers_types.h +++ b/compiler/tests/generated/field_modifiers_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/generics_types.h b/compiler/tests/generated/generics_types.h index 574335d1da..eb8b5305af 100644 --- a/compiler/tests/generated/generics_types.h +++ b/compiler/tests/generated/generics_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/import_types.h b/compiler/tests/generated/import_types.h index da83cb5de1..aa7809658c 100644 --- a/compiler/tests/generated/import_types.h +++ b/compiler/tests/generated/import_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/inheritance_types.h b/compiler/tests/generated/inheritance_types.h index 6bce5f8db1..aff21b3eae 100644 --- a/compiler/tests/generated/inheritance_types.h +++ b/compiler/tests/generated/inheritance_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/maybe_blob_types.h b/compiler/tests/generated/maybe_blob_types.h index 5dc1f82477..9c31bcc5fa 100644 --- a/compiler/tests/generated/maybe_blob_types.h +++ b/compiler/tests/generated/maybe_blob_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/metadata_edge_cases_types.h b/compiler/tests/generated/metadata_edge_cases_types.h index 557e9777d7..7311b96a03 100644 --- a/compiler/tests/generated/metadata_edge_cases_types.h +++ b/compiler/tests/generated/metadata_edge_cases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/alias_key_types.h b/compiler/tests/generated/scoped_allocator/alias_key_types.h index 7ad6e6044d..20c67b0bd1 100644 --- a/compiler/tests/generated/scoped_allocator/alias_key_types.h +++ b/compiler/tests/generated/scoped_allocator/alias_key_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/aliases_types.h b/compiler/tests/generated/scoped_allocator/aliases_types.h index 3a55518ce1..787c77c8da 100644 --- a/compiler/tests/generated/scoped_allocator/aliases_types.h +++ b/compiler/tests/generated/scoped_allocator/aliases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/attributes_types.h b/compiler/tests/generated/scoped_allocator/attributes_types.h index 080b171c35..52a65a1eff 100644 --- a/compiler/tests/generated/scoped_allocator/attributes_types.h +++ b/compiler/tests/generated/scoped_allocator/attributes_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/basic_types_nsmapped_types.h b/compiler/tests/generated/scoped_allocator/basic_types_nsmapped_types.h index 9eb32798b1..ad1f1d0b6d 100644 --- a/compiler/tests/generated/scoped_allocator/basic_types_nsmapped_types.h +++ b/compiler/tests/generated/scoped_allocator/basic_types_nsmapped_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/basic_types_types.h b/compiler/tests/generated/scoped_allocator/basic_types_types.h index 3fdfe30f67..0ff10a547f 100644 --- a/compiler/tests/generated/scoped_allocator/basic_types_types.h +++ b/compiler/tests/generated/scoped_allocator/basic_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/bond_meta_types.h b/compiler/tests/generated/scoped_allocator/bond_meta_types.h index c95e653948..0fd072571f 100644 --- a/compiler/tests/generated/scoped_allocator/bond_meta_types.h +++ b/compiler/tests/generated/scoped_allocator/bond_meta_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/complex_types_types.h b/compiler/tests/generated/scoped_allocator/complex_types_types.h index b2d1294fac..dc6de68eee 100644 --- a/compiler/tests/generated/scoped_allocator/complex_types_types.h +++ b/compiler/tests/generated/scoped_allocator/complex_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/defaults_types.h b/compiler/tests/generated/scoped_allocator/defaults_types.h index 07f19c2cfc..561f307d54 100644 --- a/compiler/tests/generated/scoped_allocator/defaults_types.h +++ b/compiler/tests/generated/scoped_allocator/defaults_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/empty_types.h b/compiler/tests/generated/scoped_allocator/empty_types.h index d1532a5d67..0db477ff58 100644 --- a/compiler/tests/generated/scoped_allocator/empty_types.h +++ b/compiler/tests/generated/scoped_allocator/empty_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/field_modifiers_types.h b/compiler/tests/generated/scoped_allocator/field_modifiers_types.h index 99c2fadf50..7afcf1c089 100644 --- a/compiler/tests/generated/scoped_allocator/field_modifiers_types.h +++ b/compiler/tests/generated/scoped_allocator/field_modifiers_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/generics_types.h b/compiler/tests/generated/scoped_allocator/generics_types.h index 396006f961..d5ef244580 100644 --- a/compiler/tests/generated/scoped_allocator/generics_types.h +++ b/compiler/tests/generated/scoped_allocator/generics_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/import_types.h b/compiler/tests/generated/scoped_allocator/import_types.h index ca70bec9d5..465878c806 100644 --- a/compiler/tests/generated/scoped_allocator/import_types.h +++ b/compiler/tests/generated/scoped_allocator/import_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/inheritance_types.h b/compiler/tests/generated/scoped_allocator/inheritance_types.h index fab94517f7..22484bc3a7 100644 --- a/compiler/tests/generated/scoped_allocator/inheritance_types.h +++ b/compiler/tests/generated/scoped_allocator/inheritance_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/maybe_blob_types.h b/compiler/tests/generated/scoped_allocator/maybe_blob_types.h index 18cca25795..c0471df683 100644 --- a/compiler/tests/generated/scoped_allocator/maybe_blob_types.h +++ b/compiler/tests/generated/scoped_allocator/maybe_blob_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/metadata_edge_cases_types.h b/compiler/tests/generated/scoped_allocator/metadata_edge_cases_types.h index dc6b00c2b8..9da98875b5 100644 --- a/compiler/tests/generated/scoped_allocator/metadata_edge_cases_types.h +++ b/compiler/tests/generated/scoped_allocator/metadata_edge_cases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/scoped_allocator/with_enum_header_types.h b/compiler/tests/generated/scoped_allocator/with_enum_header_types.h index 5356b6040d..679a2fd152 100644 --- a/compiler/tests/generated/scoped_allocator/with_enum_header_types.h +++ b/compiler/tests/generated/scoped_allocator/with_enum_header_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/alias_key_types.h b/compiler/tests/generated/type_aliases/alias_key_types.h index 159d19c7bc..98a3c7d982 100644 --- a/compiler/tests/generated/type_aliases/alias_key_types.h +++ b/compiler/tests/generated/type_aliases/alias_key_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/alias_with_allocator_types.h b/compiler/tests/generated/type_aliases/alias_with_allocator_types.h index a17eb4c1e3..de14a92ede 100644 --- a/compiler/tests/generated/type_aliases/alias_with_allocator_types.h +++ b/compiler/tests/generated/type_aliases/alias_with_allocator_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/aliases_types.h b/compiler/tests/generated/type_aliases/aliases_types.h index b265efca33..77d8c2fdc1 100644 --- a/compiler/tests/generated/type_aliases/aliases_types.h +++ b/compiler/tests/generated/type_aliases/aliases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/attributes_types.h b/compiler/tests/generated/type_aliases/attributes_types.h index 9d085b513d..9250920d8b 100644 --- a/compiler/tests/generated/type_aliases/attributes_types.h +++ b/compiler/tests/generated/type_aliases/attributes_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/basic_types_nsmapped_types.h b/compiler/tests/generated/type_aliases/basic_types_nsmapped_types.h index 6c65462a53..f596f8b7ca 100644 --- a/compiler/tests/generated/type_aliases/basic_types_nsmapped_types.h +++ b/compiler/tests/generated/type_aliases/basic_types_nsmapped_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/basic_types_types.h b/compiler/tests/generated/type_aliases/basic_types_types.h index e238697588..beb3cf918b 100644 --- a/compiler/tests/generated/type_aliases/basic_types_types.h +++ b/compiler/tests/generated/type_aliases/basic_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/bond_meta_types.h b/compiler/tests/generated/type_aliases/bond_meta_types.h index eefbf3cd86..27c8298163 100644 --- a/compiler/tests/generated/type_aliases/bond_meta_types.h +++ b/compiler/tests/generated/type_aliases/bond_meta_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/complex_types_types.h b/compiler/tests/generated/type_aliases/complex_types_types.h index 2311aeb3b4..cb9ee5be55 100644 --- a/compiler/tests/generated/type_aliases/complex_types_types.h +++ b/compiler/tests/generated/type_aliases/complex_types_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/custom_alias_with_allocator_types.h b/compiler/tests/generated/type_aliases/custom_alias_with_allocator_types.h index 9f81ad4b3f..0cf1f83e4a 100644 --- a/compiler/tests/generated/type_aliases/custom_alias_with_allocator_types.h +++ b/compiler/tests/generated/type_aliases/custom_alias_with_allocator_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/custom_alias_without_allocator_types.h b/compiler/tests/generated/type_aliases/custom_alias_without_allocator_types.h index eba28b0ec2..c74d69989b 100644 --- a/compiler/tests/generated/type_aliases/custom_alias_without_allocator_types.h +++ b/compiler/tests/generated/type_aliases/custom_alias_without_allocator_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/defaults_types.h b/compiler/tests/generated/type_aliases/defaults_types.h index 128cc16dca..7ec821bc09 100644 --- a/compiler/tests/generated/type_aliases/defaults_types.h +++ b/compiler/tests/generated/type_aliases/defaults_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/empty_types.h b/compiler/tests/generated/type_aliases/empty_types.h index d1532a5d67..0db477ff58 100644 --- a/compiler/tests/generated/type_aliases/empty_types.h +++ b/compiler/tests/generated/type_aliases/empty_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/field_modifiers_types.h b/compiler/tests/generated/type_aliases/field_modifiers_types.h index 99c2fadf50..7afcf1c089 100644 --- a/compiler/tests/generated/type_aliases/field_modifiers_types.h +++ b/compiler/tests/generated/type_aliases/field_modifiers_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/generics_types.h b/compiler/tests/generated/type_aliases/generics_types.h index 396006f961..d5ef244580 100644 --- a/compiler/tests/generated/type_aliases/generics_types.h +++ b/compiler/tests/generated/type_aliases/generics_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/import_types.h b/compiler/tests/generated/type_aliases/import_types.h index ca70bec9d5..465878c806 100644 --- a/compiler/tests/generated/type_aliases/import_types.h +++ b/compiler/tests/generated/type_aliases/import_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/inheritance_types.h b/compiler/tests/generated/type_aliases/inheritance_types.h index fab94517f7..22484bc3a7 100644 --- a/compiler/tests/generated/type_aliases/inheritance_types.h +++ b/compiler/tests/generated/type_aliases/inheritance_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/maybe_blob_types.h b/compiler/tests/generated/type_aliases/maybe_blob_types.h index 18cca25795..c0471df683 100644 --- a/compiler/tests/generated/type_aliases/maybe_blob_types.h +++ b/compiler/tests/generated/type_aliases/maybe_blob_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/metadata_edge_cases_types.h b/compiler/tests/generated/type_aliases/metadata_edge_cases_types.h index dc6b00c2b8..9da98875b5 100644 --- a/compiler/tests/generated/type_aliases/metadata_edge_cases_types.h +++ b/compiler/tests/generated/type_aliases/metadata_edge_cases_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/type_aliases/with_enum_header_types.h b/compiler/tests/generated/type_aliases/with_enum_header_types.h index 200c21d338..ee06ec8b6d 100644 --- a/compiler/tests/generated/type_aliases/with_enum_header_types.h +++ b/compiler/tests/generated/type_aliases/with_enum_header_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/compiler/tests/generated/with_enum_header_types.h b/compiler/tests/generated/with_enum_header_types.h index 2a4dbe949b..3bc368f221 100644 --- a/compiler/tests/generated/with_enum_header_types.h +++ b/compiler/tests/generated/with_enum_header_types.h @@ -3,7 +3,7 @@ #include -#if BOND_VERSION < 0x0900 +#if BOND_VERSION < 0x0901 #error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library. #endif diff --git a/cpp/inc/bond/core/bond_version.h b/cpp/inc/bond/core/bond_version.h index 3fa122cde0..860275181b 100644 --- a/cpp/inc/bond/core/bond_version.h +++ b/cpp/inc/bond/core/bond_version.h @@ -8,7 +8,7 @@ #include #include -#define BOND_VERSION 0x0900 +#define BOND_VERSION 0x0901 #define BOND_MIN_CODEGEN_VERSION 0x0c10 namespace bond