Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    re15936c rcb80e6f  
    8787/* #undef HAVE_EXPLICIT_FOR_OPERATORS */
    8888
     89/* Define to 1 if you have the <gmp.h> header file. */
     90/* #undef HAVE_GMP_H */
     91
    8992/* compiler supports GNU c++ deprecated attribute */
    9093#ifndef FASTJET_HAVE_GNUCXX_DEPRECATED
     
    107110#endif
    108111
     112/* Define to 1 if you have the <mpfr.h> header file. */
     113/* #undef HAVE_MPFR_H */
     114
    109115/* compiler supports the "override" keyword */
    110116/* #undef HAVE_OVERRIDE */
     
    167173/* Define to the full name and version of this package. */
    168174#ifndef FASTJET_PACKAGE_STRING
    169 #define FASTJET_PACKAGE_STRING  "FastJet 3.3.2"
     175#define FASTJET_PACKAGE_STRING  "FastJet 3.3.4"
    170176#endif
    171177
     
    182188/* Define to the version of this package. */
    183189#ifndef FASTJET_PACKAGE_VERSION
    184 #define FASTJET_PACKAGE_VERSION  "3.3.2"
     190#define FASTJET_PACKAGE_VERSION  "3.3.4"
    185191#endif
    186192
     
    192198/* Version number of package */
    193199#ifndef FASTJET_VERSION
    194 #define FASTJET_VERSION  "3.3.2"
     200#define FASTJET_VERSION  "3.3.4"
    195201#endif
    196202
     
    207213/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    208214#ifndef FASTJET_VERSION_NUMBER
    209 #define FASTJET_VERSION_NUMBER  30302
     215#define FASTJET_VERSION_NUMBER  30304
    210216#endif
    211217
    212218/* Patch version of this package */
    213219#ifndef FASTJET_VERSION_PATCHLEVEL
    214 #define FASTJET_VERSION_PATCHLEVEL  2
     220#define FASTJET_VERSION_PATCHLEVEL  4
    215221#endif
    216222
Note: See TracChangeset for help on using the changeset viewer.