| Revision 69,
323 bytes
checked in by lowjoel, 6 years ago
(diff) |
|
-Combine both architecture installs to be unified.
-5.85 final release.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | // version.h |
|---|
| 2 | #define MAJOR_NUMBER 5 |
|---|
| 3 | #define MINOR_NUMBER 8 |
|---|
| 4 | #define BUILD_NUMBER 5 |
|---|
| 5 | #define BUILD_NUMBER_STRING "5" |
|---|
| 6 | #define VERSION_NUMBER_STRING "5.85" |
|---|
| 7 | #define FULL_VERSION_NUMBER_STRING "5.85" |
|---|
| 8 | |
|---|
| 9 | #define SAFE_VERSION_NUMBER_STRING "585" |
|---|
| 10 | #define SAFE_FULL_VERSION_NUMBER_STRING "585" |
|---|
| 11 | #define COMPANY_NAME "The Eraser Project" |
|---|
Note: See
TracBrowser
for help on using the repository browser.