Skip to content

Commit a383dd5

Browse files
committed
release v0.3.0
1 parent f4cb842 commit a383dd5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ build
3838
singleheader/ada_idna.cpp
3939
singleheader/ada_idna.h
4040
singleheader/singleheader.zip
41+
42+
.idea
43+
cmake-build-debug

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.16)
33
project(ada-idna
44
DESCRIPTION "IDNA"
55
LANGUAGES C CXX
6-
VERSION 0.2.0
6+
VERSION 0.3.0
77
)
8-
set(ADA_IDNA_LIB_VERSION "0.2.0" CACHE STRING "ada-idna library version")
8+
set(ADA_IDNA_LIB_VERSION "0.3.0" CACHE STRING "ada-idna library version")
99
set(ADA_IDNA_LIB_SOVERSION "0" CACHE STRING "ada-idna library soversion")
1010

1111
include(GNUInstallDirs)

0 commit comments

Comments
 (0)