From 487b809b45d63770d2f71ef749466029e8a7a2b1 Mon Sep 17 00:00:00 2001 From: coderJeff Date: Sat, 20 May 2023 08:37:19 -0400 Subject: [PATCH] FreeBASIC 1.20.0 - touch version files for 1.20.0 development --- changelog.txt | 2 +- doc/Doxyfile | 2 +- doc/fbc.1 | 2 +- src/compiler/fb.bi | 4 ++-- version.mk | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 55b305070..2ffbd811e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version 1.10.1 +Version 1.20.0 [changed] diff --git a/doc/Doxyfile b/doc/Doxyfile index 9bad77296..89e1b4917 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = FreeBASIC -PROJECT_NUMBER = 1.10.1 +PROJECT_NUMBER = 1.20.0 OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES OUTPUT_LANGUAGE = English diff --git a/doc/fbc.1 b/doc/fbc.1 index b2370ed3c..9546cf3ca 100644 --- a/doc/fbc.1 +++ b/doc/fbc.1 @@ -1,4 +1,4 @@ -.TH FBC 1 "2023-05-20" "FreeBASIC Compiler 1.10.1" "FreeBASIC Compiler" +.TH FBC 1 "2023-05-20" "FreeBASIC Compiler 1.20.0" "FreeBASIC Compiler" .SH NAME fbc \- The FreeBASIC compiler .SH DESCRIPTION diff --git a/src/compiler/fb.bi b/src/compiler/fb.bi index 652595e5f..61a242d3b 100644 --- a/src/compiler/fb.bi +++ b/src/compiler/fb.bi @@ -2,8 +2,8 @@ #define __FB_BI__ const FB_VER_MAJOR = "1" -const FB_VER_MINOR = "10" -const FB_VER_PATCH = "1" +const FB_VER_MINOR = "20" +const FB_VER_PATCH = "0" const FB_VERSION = FB_VER_MAJOR + "." + FB_VER_MINOR + "." + FB_VER_PATCH const FB_BUILD_DATE = __DATE__ const FB_BUILD_DATE_ISO = __DATE_ISO__ diff --git a/version.mk b/version.mk index e77dea4bc..80f47cc84 100644 --- a/version.mk +++ b/version.mk @@ -1 +1 @@ -FBVERSION := 1.10.1 +FBVERSION := 1.20.0