Imported Upstream version 1.4.6
[platform/upstream/harfbuzz.git] / src / hb-version.h
index 78e552e..13be798 100644 (file)
@@ -37,10 +37,10 @@ HB_BEGIN_DECLS
 
 
 #define HB_VERSION_MAJOR 1
-#define HB_VERSION_MINOR 3
-#define HB_VERSION_MICRO 0
+#define HB_VERSION_MINOR 4
+#define HB_VERSION_MICRO 6
 
-#define HB_VERSION_STRING "1.3.0"
+#define HB_VERSION_STRING "1.4.6"
 
 #define HB_VERSION_ATLEAST(major,minor,micro) \
        ((major)*10000+(minor)*100+(micro) <= \