Navigation


Changeset 1161:feda56c1baec in freeDiameter for libfdcore


Ignore:
Timestamp:
Jun 1, 2013, 12:10:43 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Rename VERSION to FD_LIBFD*_VERSION to avoid conflict with autoconf VERSION define.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/version.c

    r1159 r1161  
    3838
    3939#ifdef FD_PROJECT_VERSION_HG
    40 # define VERSION \
     40# define FD_LIBFDCORE_VERSION \
    4141        _stringize(FD_PROJECT_VERSION_MAJOR) "." _stringize(FD_PROJECT_VERSION_MINOR) "." _stringize(FD_PROJECT_VERSION_REV) "-" FD_PROJECT_VERSION_HG_VAL
    4242#else
    43 # define VERSION \
     43# define FD_LIBFDCORE_VERSION \
    4444        _stringize(FD_PROJECT_VERSION_MAJOR) "." _stringize(FD_PROJECT_VERSION_MINOR) "." _stringize(FD_PROJECT_VERSION_REV)
    4545#endif
    4646
    47 const char fd_core_version[] = VERSION;
     47const char fd_core_version[] = FD_LIBFDCORE_VERSION;
Note: See TracChangeset for help on using the changeset viewer.