Skip to content

Commit 4aa649a

Browse files
committed
fbc: touch dates year 2025
1 parent ee0ccd1 commit 4aa649a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
FreeBASIC - A multi-platform BASIC Compiler
3-
Copyright (C) 2004-2024 The FreeBASIC development team.
3+
Copyright (C) 2004-2025 The FreeBASIC development team.
44

55
Official site: https://freebasic.net/
66
Forum: https://freebasic.net/forum/

src/compiler/fbc.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4604,7 +4604,7 @@ private sub hPrintVersion( byval verbose as integer )
46044604

46054605
print "FreeBASIC Compiler - Version " + FB_VERSION + _
46064606
" (" + FB_BUILD_DATE_ISO + "), built for " + fbGetHostId( ) + " (" & fbGetHostBits( ) & "bit)"
4607-
print "Copyright (C) 2004-2024 The FreeBASIC development team."
4607+
print "Copyright (C) 2004-2025 The FreeBASIC development team."
46084608

46094609
#ifdef ENABLE_STANDALONE
46104610
hAppendConfigInfo( config, "standalone" )

0 commit comments

Comments
 (0)