Imported Upstream version 2.3.1
[platform/upstream/harfbuzz.git] / src / hb-version.h
index 2180d84..13db8ce 100644 (file)
 HB_BEGIN_DECLS
 
 
-#define HB_VERSION_MAJOR 1
-#define HB_VERSION_MINOR 8
+#define HB_VERSION_MAJOR 2
+#define HB_VERSION_MINOR 3
 #define HB_VERSION_MICRO 1
 
-#define HB_VERSION_STRING "1.8.1"
+#define HB_VERSION_STRING "2.3.1"
 
 #define HB_VERSION_ATLEAST(major,minor,micro) \
        ((major)*10000+(minor)*100+(micro) <= \