Skip to content

Commit

Permalink
Release 4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Nov 25, 2024
1 parent 1357b3c commit e5cb9a1
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.15)
project(re2c VERSION 4.0 HOMEPAGE_URL "https://re2c.org/")
project(re2c VERSION 4.0.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 4.0 */
/* Generated by re2c 4.0.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 4.0 */
/* Generated by re2c 4.0.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 4.0 */
/* Generated by re2c 4.0.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 4.0 */
/* Generated by re2c 4.0.1 */
#line 1 "../src/options/parse_opts.re"
#include <stddef.h>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/parse/conf_lexer.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 4.0 */
/* Generated by re2c 4.0.1 */
#line 1 "../src/parse/conf_lexer.re"
#include <stdint.h>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/parse/lexer.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 4.0 */
/* Generated by re2c 4.0.1 */
#line 1 "../src/parse/lexer.re"
#include <ctype.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/src/parse/lexer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 4.0 */
/* Generated by re2c 4.0.1 */

#ifndef _RE2C_PARSE_LEX_
#define _RE2C_PARSE_LEX_
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],[4.0],[[email protected]])
AC_INIT([re2c],[4.0.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 e5cb9a1

Please sign in to comment.