Navigation


Changeset 320:53f912ce0f4e in freeDiameter for include


Ignore:
Timestamp:
May 19, 2010, 3:09:27 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Add shared object version information

Location:
include/freeDiameter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter-host.h.in

    r304 r320  
    6666# define FD_PROJECT_VERSION_REV 0
    6767#endif /*FD_PROJECT_VERSION_REV*/
    68 /* HG_VERSION */
    69 /* PACKAGE_HG_REVISION */
     68#cmakedefine FD_PROJECT_VERSION_API   @FD_PROJECT_VERSION_API@
     69#ifndef FD_PROJECT_VERSION_API
     70# define FD_PROJECT_VERSION_API 0
     71#endif /*FD_PROJECT_VERSION_API*/
    7072#cmakedefine FD_PROJECT_COPYRIGHT "@FD_PROJECT_COPYRIGHT@"
    7173
  • include/freeDiameter/libfreeDiameter.h

    r304 r320  
    3939 * It provides the tools to manipulate Diameter messages and related data.
    4040 * This file should always be included as #include <freeDiameter/libfreeDiameter.h>
     41 *
     42 * If any change is made to this file, you must increment the FD_PROJECT_VERSION_API version.
    4143 *
    4244 * The file contains the following parts:
Note: See TracChangeset for help on using the changeset viewer.