Skip to content

Commit

Permalink
FreeBASIC 1.20.0 - touch version files for 1.20.0 development
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed May 20, 2023
1 parent b53016a commit 487b809
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
@@ -1,4 +1,4 @@
Version 1.10.1
Version 1.20.0

[changed]

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions src/compiler/fb.bi
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion version.mk
@@ -1 +1 @@
FBVERSION := 1.10.1
FBVERSION := 1.20.0

0 comments on commit 487b809

Please sign in to comment.