Changeset 9eb63a1598 in tspsg for src/version.h


Ignore:
Timestamp:
Dec 20, 2010, 9:53:45 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
b8a2a118c4
Parents:
b59e2ea0b1
git-author:
Oleksii Serdiuk <contacts@…> (12/20/10 21:53:45)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

Converted file formatting to have spaces instead of tabs. No code changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/version.h

    rb59e2ea0b1 r9eb63a1598  
    3030
    3131#ifndef BUILD_VERSION_MAJOR
    32         //! Major version of current TSPSG build
    33         #define BUILD_VERSION_MAJOR 0
     32    //! Major version of current TSPSG build
     33#   define BUILD_VERSION_MAJOR 0
    3434#endif // BUILD_VERSION_MAJOR
    3535#ifndef BUILD_VERSION_MINOR
    36         //! Minor version of current TSPSG build
    37         #define BUILD_VERSION_MINOR 0
     36    //! Minor version of current TSPSG build
     37#   define BUILD_VERSION_MINOR 0
    3838#endif // BUILD_VERSION_MINOR
    3939#ifndef BUILD_RELEASE
    40         //! TSPSG release number
    41         #define BUILD_RELEASE 0
     40    //! TSPSG release number
     41#   define BUILD_RELEASE 0
    4242#endif // BUILD_RELEASE
    4343
    4444#ifndef BUILD_NUMBER
    45         //! Current TSPSG build number
    46         #define BUILD_NUMBER 0
     45    //! Current TSPSG build number
     46#   define BUILD_NUMBER 0
    4747#endif // BUILD_NUMBER
    4848
     
    5252 */
    5353#ifdef DEBUG
    54         #ifndef BUILD_STATUS_TYPE
    55                 #define BUILD_STATUS (debug build BUILD_NUMBER)
    56         #else
    57                 #define BUILD_STATUS (debug BUILD_STATUS_TYPE BUILD_STATUS_NUMBER)
    58         #endif
     54#   ifndef BUILD_STATUS_TYPE
     55#       define BUILD_STATUS (debug build BUILD_NUMBER)
     56#   else
     57#       define BUILD_STATUS (debug BUILD_STATUS_TYPE BUILD_STATUS_NUMBER)
     58#   endif
    5959#else
    60         #if !defined(TSPSG_RELEASE_BUILD)
    61                 #define BUILD_STATUS (nightly build)
    62         #elif !defined(BUILD_STATUS_TYPE)
    63                 #define BUILD_STATUS (build BUILD_NUMBER)
    64         #else
    65                 #define BUILD_STATUS (BUILD_STATUS_TYPE BUILD_STATUS_NUMBER)
    66         #endif // TSPSG_RELEASE_BUILD
     60#   if !defined(TSPSG_RELEASE_BUILD)
     61#       define BUILD_STATUS (nightly build)
     62#   elif !defined(BUILD_STATUS_TYPE)
     63#       define BUILD_STATUS (build BUILD_NUMBER)
     64#   else
     65#       define BUILD_STATUS (BUILD_STATUS_TYPE BUILD_STATUS_NUMBER)
     66#   endif // TSPSG_RELEASE_BUILD
    6767#endif // DEBUG
    6868
Note: See TracChangeset for help on using the changeset viewer.