Skip to content

Commit

Permalink
Include linked Collage and Lunchbox version in version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
eile committed Aug 3, 2012
1 parent 304c5c7 commit c840742
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/eq/client/version.in.h
Expand Up @@ -40,6 +40,12 @@ namespace eq
/** The current DSO binary revision. @version 1.0 */
# define EQ_VERSION_ABI @VERSION_ABI@

/** The Collage version used for linking. @version 1.5.1 */
# define EQ_COLLAGE_VERSION @COLLAGE_VERSION@

/** The Lunchbox version used for linking. @version 1.5.1 */
# define EQ_LUNCHBOX_VERSION @LUNCHBOX_VERSION@

/** True if the current version is newer than the given one. @version 1.0 */
# define EQ_VERSION_GT( MAJOR, MINOR, PATCH ) \
( (EQ_VERSION_MAJOR>MAJOR) || \
Expand Down

0 comments on commit c840742

Please sign in to comment.