Bump version number.
authorMichaël Meyer <hierophanie@gmail.com>
Wed, 9 Dec 2015 22:35:45 +0000 (23:35 +0100)
committerMichaël Meyer <hierophanie@gmail.com>
Wed, 9 Dec 2015 22:35:45 +0000 (23:35 +0100)
CMakeLists.txt
MANIFEST
Makefile

index 4304d00ae1a47c1899ca67c90cc8cc2ae1014d20..ff0c819a3c302a2656fbefa94e1717395b5b7886 100644 (file)
@@ -7,9 +7,9 @@ disallow_intree_builds()
 project (utf8proc C)
 
 # Be sure to also update these in Makefile!
-set(SO_MAJOR 1)
-set(SO_MINOR 3)
-set(SO_PATCH 1)
+set(SO_MAJOR 2)
+set(SO_MINOR 0)
+set(SO_PATCH 0)
 
 add_definitions (
   -DUTF8PROC_EXPORTS
index 0bf8a52da6778ea508ebe5a9f474014c19092c32..f79d541d9da4fd52e6af209fc15b8d6c8af950d1 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,6 +2,6 @@ include/
 include/utf8proc.h
 lib/
 lib/libutf8proc.a
-lib/libutf8proc.so -> libutf8proc.so.1.3.1
-lib/libutf8proc.so.1 -> libutf8proc.so.1.3.1
-lib/libutf8proc.so.1.3.1
+lib/libutf8proc.so -> libutf8proc.so.2.0.0
+lib/libutf8proc.so.2 -> libutf8proc.so.2.0.0
+lib/libutf8proc.so.2.0.0
index be50a859ec5a6ee7834946ce2f382a382bfd95d6..ff5e77142b9c25b8afb3dc15f6bba5a0dea9fac8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ 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=1
-MINOR=3
-PATCH=1
+MAJOR=2
+MINOR=0
+PATCH=0
 
 OS := $(shell uname)
 ifeq ($(OS),Darwin) # MacOS X