File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project (utf8proc C)
1111# Be sure to also update these in Makefile and MANIFEST!
1212set (SO_MAJOR 2)
1313set (SO_MINOR 4)
14- set (SO_PATCH 0 )
14+ set (SO_PATCH 1 )
1515
1616option (UTF8PROC_INSTALL "Enable installation of utf8proc" On )
1717option (UTF8PROC_ENABLE_TESTING "Enable testing of utf8proc" Off )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFLAG = -Wl,-soname
2424# Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt!
2525MAJOR =2
2626MINOR =4
27- PATCH =0
27+ PATCH =1
2828
2929OS := $(shell uname)
3030ifeq ($(OS ) ,Darwin) # MacOS X
Original file line number Diff line number Diff line change 7373/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
7474#define UTF8PROC_VERSION_MINOR 6
7575/** The PATCH version (increased for fixes that do not change the API). */
76- #define UTF8PROC_VERSION_PATCH 0
76+ #define UTF8PROC_VERSION_PATCH 1
7777/** @} */
7878
7979#include <stdlib.h>
You can’t perform that action at this time.
0 commit comments