3.0.0
diff --git a/src/hb-common.h b/src/hb-common.h
index faa27ff..0384117 100644
--- a/src/hb-common.h
+++ b/src/hb-common.h
@@ -476,11 +476,11 @@
* @HB_SCRIPT_DIVES_AKURU: `Diak`, Since: 2.6.7
* @HB_SCRIPT_KHITAN_SMALL_SCRIPT: `Kits`, Since: 2.6.7
* @HB_SCRIPT_YEZIDI: `Yezi`, Since: 2.6.7
- * @HB_SCRIPT_CYPRO_MINOAN: `Cpmn`, Since: REPLACEME
- * @HB_SCRIPT_OLD_UYGHUR: `Ougr`, Since: REPLACEME
- * @HB_SCRIPT_TANGSA: `Tnsa`, Since: REPLACEME
- * @HB_SCRIPT_TOTO: `Toto`, Since: REPLACEME
- * @HB_SCRIPT_VITHKUQI: `Vith`, Since: REPLACEME
+ * @HB_SCRIPT_CYPRO_MINOAN: `Cpmn`, Since: 3.0.0
+ * @HB_SCRIPT_OLD_UYGHUR: `Ougr`, Since: 3.0.0
+ * @HB_SCRIPT_TANGSA: `Tnsa`, Since: 3.0.0
+ * @HB_SCRIPT_TOTO: `Toto`, Since: 3.0.0
+ * @HB_SCRIPT_VITHKUQI: `Vith`, Since: 3.0.0
* @HB_SCRIPT_INVALID: No script set
*
* Data type for scripts. Each #hb_script_t's value is an #hb_tag_t corresponding
@@ -689,7 +689,7 @@
HB_SCRIPT_YEZIDI = HB_TAG ('Y','e','z','i'), /*13.0*/
/*
- * Since REPLACEME
+ * Since 3.0.0
*/
HB_SCRIPT_CYPRO_MINOAN = HB_TAG ('C','p','m','n'), /*14.0*/
HB_SCRIPT_OLD_UYGHUR = HB_TAG ('O','u','g','r'), /*14.0*/
diff --git a/src/hb-style.cc b/src/hb-style.cc
index 126fcc0..dfb1017 100644
--- a/src/hb-style.cc
+++ b/src/hb-style.cc
@@ -67,7 +67,7 @@
*
* Returns: Corresponding axis or default value to a style tag.
*
- * Since: REPLACEME
+ * Since: 3.0.0
**/
float
hb_style_get_value (hb_font_t *font, hb_style_tag_t style_tag)
diff --git a/src/hb-style.h b/src/hb-style.h
index 5af581f..30a6f2b 100644
--- a/src/hb-style.h
+++ b/src/hb-style.h
@@ -55,7 +55,7 @@
*
* Defined by [OpenType Design-Variation Axis Tag Registry](https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg).
*
- * Since: REPLACEME
+ * Since: 3.0.0
**/
typedef enum
{
diff --git a/src/hb-version.h b/src/hb-version.h
index 34d10d6..70325f8 100644
--- a/src/hb-version.h
+++ b/src/hb-version.h
@@ -41,26 +41,26 @@
*
* The major component of the library version available at compile-time.
*/
-#define HB_VERSION_MAJOR 2
+#define HB_VERSION_MAJOR 3
/**
* HB_VERSION_MINOR:
*
* The minor component of the library version available at compile-time.
*/
-#define HB_VERSION_MINOR 9
+#define HB_VERSION_MINOR 0
/**
* HB_VERSION_MICRO:
*
* The micro component of the library version available at compile-time.
*/
-#define HB_VERSION_MICRO 1
+#define HB_VERSION_MICRO 0
/**
* HB_VERSION_STRING:
*
* A string literal containing the library version available at compile-time.
*/
-#define HB_VERSION_STRING "2.9.1"
+#define HB_VERSION_STRING "3.0.0"
/**
* HB_VERSION_ATLEAST: