Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_raw.h

    re15936c rcb80e6f  
    5757/* #undef HAVE_EXPLICIT_FOR_OPERATORS */
    5858
     59/* Define to 1 if you have the <gmp.h> header file. */
     60/* #undef HAVE_GMP_H */
     61
    5962/* compiler supports GNU c++ deprecated attribute */
    6063#define HAVE_GNUCXX_DEPRECATED /**/
     
    6871/* Define to 1 if you have the <memory.h> header file. */
    6972#define HAVE_MEMORY_H 1
     73
     74/* Define to 1 if you have the <mpfr.h> header file. */
     75/* #undef HAVE_MPFR_H */
    7076
    7177/* compiler supports the "override" keyword */
     
    106112
    107113/* Define to the full name and version of this package. */
    108 #define PACKAGE_STRING "FastJet 3.3.2"
     114#define PACKAGE_STRING "FastJet 3.3.4"
    109115
    110116/* Define to the one symbol short name of this package. */
     
    115121
    116122/* Define to the version of this package. */
    117 #define PACKAGE_VERSION "3.3.2"
     123#define PACKAGE_VERSION "3.3.4"
    118124
    119125/* Define to 1 if you have the ANSI C header files. */
     
    121127
    122128/* Version number of package */
    123 #define VERSION "3.3.2"
     129#define VERSION "3.3.4"
    124130
    125131/* Major version of this package */
     
    130136
    131137/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    132 #define VERSION_NUMBER 30302
     138#define VERSION_NUMBER 30304
    133139
    134140/* Patch version of this package */
    135 #define VERSION_PATCHLEVEL 2
     141#define VERSION_PATCHLEVEL 4
    136142
    137143/* Pre-release version of this package */
Note: See TracChangeset for help on using the changeset viewer.