Skip to content

Commit

Permalink
bump version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stwizard committed Feb 11, 2021
1 parent a55fd4b commit 15686b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(iana-tld-extractor VERSION 1.0.1 LANGUAGES C)
project(iana-tld-extractor VERSION 1.0.2 LANGUAGES C)

option(WITH_IDN2 "Build with libidn2" OFF)
option(WITH_CURL "Build with libcurl" ON)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CPPFLAGS += -Imyhtml/include

MAJOR_VERSION = 1
MINOR_VERSION = 0
PATCH_VERSION = 1
PATCH_VERSION = 2
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

#----------------------------------------------------------#
Expand Down

0 comments on commit 15686b8

Please sign in to comment.