Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_raw.h

    rd69dfe4 r273e668  
    3737/* The TrackJet plugin is enabled */
    3838#define ENABLE_PLUGIN_TRACKJET /**/
     39
     40/* defined if demangling is enabled at configure time and is supported through
     41   the GNU C++ ABI */
     42/* #undef HAVE_DEMANGLING_SUPPORT */
    3943
    4044/* Define to 1 if you have the <dlfcn.h> header file. */
     
    8892
    8993/* Define to the full name and version of this package. */
    90 #define PACKAGE_STRING "FastJet 3.0.6"
     94#define PACKAGE_STRING "FastJet 3.1.0"
    9195
    9296/* Define to the one symbol short name of this package. */
     
    9498
    9599/* Define to the version of this package. */
    96 #define PACKAGE_VERSION "3.0.6"
     100#define PACKAGE_VERSION "3.1.0"
    97101
    98102/* Define to 1 if you have the ANSI C header files. */
     
    100104
    101105/* Version number of package */
    102 #define VERSION "3.0.6"
     106#define VERSION "3.1.0"
     107
     108/* Major version of this package */
     109#define VERSION_MAJOR 3
     110
     111/* Minor version of this package */
     112#define VERSION_MINOR 1
     113
     114/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
     115#define VERSION_NUMBER 30100
     116
     117/* Patch version of this package */
     118#define VERSION_PATCHLEVEL 0
     119
     120/* Pre-release version of this package */
     121/* #undef VERSION_PRERELEASE */
Note: See TracChangeset for help on using the changeset viewer.