diff --git a/CMakeLists.txt b/CMakeLists.txt index d88d4782c..046fd1b87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(re2c VERSION 2.0.2 HOMEPAGE_URL "https://re2c.org/") +project(re2c VERSION 2.0.3 HOMEPAGE_URL "https://re2c.org/") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") include(Re2cAutotoolsHelpers) diff --git a/configure.ac b/configure.ac index b14563dd3..e5ec3899c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([re2c],[2.0.2],[re2c-general@lists.sourceforge.net]) +AC_INIT([re2c],[2.0.3],[re2c-general@lists.sourceforge.net]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip]) AM_SILENT_RULES([yes])