fbdbg  3.0
FreeBASIC Debugger
version.bas File Reference

The global constants for the fbdebugger source. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const VAR PROJ_NAME = "fbdebugger"
 The project name.
 
const VAR PROJ_DESC = "FreeBASIC Debugger"
 The project description.
 
const VAR PROJ_VERS = "2.9.0"
 The version number.
 
const VAR PROJ_YEAR = "2016"
 The year of the release.
 
const VAR PROJ_AUTH = "SARG, AGS, TJF"
 The authors.
 
const VAR PROJ_MAIL = "sarg@aliceadsl.fr"
 An email address to get in contact.
 
const VAR PROJ_WEBS = "http:/github.com/fbdebugger/fbdebugger"
 The website where to find the source.
 
const VAR PROJ_LICE = "GPLv3"
 The licence of the project.
 

Detailed Description

The global constants for the fbdebugger source.

See file ReadMe.md for licence information.

Since
3.0

Definition in file version.bas.