| Revision 74,
327 bytes
checked in by lowjoel, 6 years ago
(diff) |
|
-Bumped the release number
-Fixed the End of File error when erasing 0-byte files
|
-
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 6 |
|---|
| 5 | #define BUILD_NUMBER_STRING "6" |
|---|
| 6 | #define VERSION_NUMBER_STRING "5.86" |
|---|
| 7 | #define FULL_VERSION_NUMBER_STRING "5.86-rc1" |
|---|
| 8 | |
|---|
| 9 | #define SAFE_VERSION_NUMBER_STRING "586" |
|---|
| 10 | #define SAFE_FULL_VERSION_NUMBER_STRING "586" |
|---|
| 11 | #define COMPANY_NAME "The Eraser Project" |
|---|
Note: See
TracBrowser
for help on using the repository browser.