Skip to content

Commit

Permalink
Release 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Mar 27, 2021
1 parent a609454 commit 342e53a
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.1 HOMEPAGE_URL "https://re2c.org/")
project(re2c VERSION 2.1.1 HOMEPAGE_URL "https://re2c.org/")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

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.1],[[email protected]])
AC_INIT([re2c],[2.1.1],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz dist-lzip no-dist-gzip])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 342e53a

Please sign in to comment.