File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments