-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d3474c
commit 8329b00
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ | ||
/* DO NOT EDIT ! */ | ||
|
||
#ifndef MS-BASIC_PRIVATE_H | ||
#define MS-BASIC_PRIVATE_H | ||
|
||
/* VERSION DEFINITIONS */ | ||
#define VER_STRING "0.1.0.33" | ||
#define VER_MAJOR 0 | ||
#define VER_MINOR 1 | ||
#define VER_RELEASE 0 | ||
#define VER_BUILD 33 | ||
#define COMPANY_NAME "Marc SIBERT" | ||
#define FILE_VERSION "0.1.0.33" | ||
#define FILE_DESCRIPTION "Developed using the Dev-C++ IDE" | ||
#define INTERNAL_NAME "" | ||
#define LEGAL_COPYRIGHT "Copyright 2024" | ||
#define LEGAL_TRADEMARKS "" | ||
#define ORIGINAL_FILENAME "" | ||
#define PRODUCT_NAME "MS-Basic" | ||
#define PRODUCT_VERSION "0.1.0.33" | ||
|
||
#endif /*MS-BASIC_PRIVATE_H*/ |