Skip to content

Commit

Permalink
Release 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Aug 22, 2020
1 parent 2b76a87 commit 23a3a1f
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.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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([re2c],[2.0.2],[[email protected]])
AC_INIT([re2c],[2.0.3],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 23a3a1f

Please sign in to comment.