Skip to content

Commit

Permalink
Release 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Jul 19, 2023
1 parent c3f267b commit ece4bb7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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 3.0 HOMEPAGE_URL "https://re2c.org/")
project(re2c VERSION 3.1 HOMEPAGE_URL "https://re2c.org/")

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

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/lib/lex.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */
#line 1 "../lib/lex.re"
#include <stdint.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/lib/test_helper.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */
#line 1 "../lib/test_helper.re"
#include "lib/test_helper.h"

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/msg/ver_to_vernum.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */
#line 1 "../src/msg/ver_to_vernum.re"
#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/options/parse_opts.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */
#line 1 "../src/options/parse_opts.re"
#include <stddef.h>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/parse/lex.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */
#line 1 "../src/parse/lex.re"
#include <ctype.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/parse/lex.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */

#ifndef _RE2C_PARSE_LEX_
#define _RE2C_PARSE_LEX_
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/parse/lex_conf.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 3.0 */
/* Generated by re2c 3.1 */
#line 1 "../src/parse/lex_conf.re"
#include <stdint.h>
#include <string>
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],[3.0],[re2c-general@lists.sourceforge.net])
AC_INIT([re2c],[3.1],[re2c-general@lists.sourceforge.net])
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 ece4bb7

Please sign in to comment.