Skip to content

Commit

Permalink
FreeBASIC 1.10.x - touch version files for 1.10.x maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Dec 24, 2023
1 parent 14dbf15 commit b7cfdf9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
@@ -1,3 +1,12 @@
Version 1.10.2

[changed]

[added]

[fixed]


Version 1.10.1

[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.10.2
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-12-24" "FreeBASIC Compiler 1.10.2" "FreeBASIC Compiler"
.SH NAME
fbc \- The FreeBASIC compiler
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/fb.bi
Expand Up @@ -3,7 +3,7 @@

const FB_VER_MAJOR = "1"
const FB_VER_MINOR = "10"
const FB_VER_PATCH = "1"
const FB_VER_PATCH = "2"
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.10.2

0 comments on commit b7cfdf9

Please sign in to comment.