Skip to content

Commit

Permalink
the ABI version was already bumped in #62, does not need to be bumped…
Browse files Browse the repository at this point in the history
… again in #70
  • Loading branch information
stevengj committed Jul 13, 2016
1 parent 39ab2ff commit cb2a3e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ disallow_intree_builds()
project (utf8proc C)

# Be sure to also update these in Makefile!
set(SO_MAJOR 3)
set(SO_MAJOR 2)
set(SO_MINOR 0)
set(SO_PATCH 0)

Expand Down
6 changes: 3 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ include/
include/utf8proc.h
lib/
lib/libutf8proc.a
lib/libutf8proc.so -> libutf8proc.so.3.0.0
lib/libutf8proc.so.3 -> libutf8proc.so.3.0.0
lib/libutf8proc.so.3.0.0
lib/libutf8proc.so -> libutf8proc.so.2.0.0
lib/libutf8proc.so.2 -> libutf8proc.so.2.0.0
lib/libutf8proc.so.2.0.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# not API compatibility: MAJOR should be incremented whenever *binary*
# compatibility is broken, even if the API is backward-compatible
# Be sure to also update these in MANIFEST and CMakeLists.txt!
MAJOR=3
MAJOR=2
MINOR=0
PATCH=0

Expand Down

0 comments on commit cb2a3e4

Please sign in to comment.