Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    rcb80e6f re15936c  
    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 
    9289/* compiler supports GNU c++ deprecated attribute */
    9390#ifndef FASTJET_HAVE_GNUCXX_DEPRECATED
     
    110107#endif
    111108
    112 /* Define to 1 if you have the <mpfr.h> header file. */
    113 /* #undef HAVE_MPFR_H */
    114 
    115109/* compiler supports the "override" keyword */
    116110/* #undef HAVE_OVERRIDE */
     
    173167/* Define to the full name and version of this package. */
    174168#ifndef FASTJET_PACKAGE_STRING
    175 #define FASTJET_PACKAGE_STRING  "FastJet 3.3.4"
     169#define FASTJET_PACKAGE_STRING  "FastJet 3.3.2"
    176170#endif
    177171
     
    188182/* Define to the version of this package. */
    189183#ifndef FASTJET_PACKAGE_VERSION
    190 #define FASTJET_PACKAGE_VERSION  "3.3.4"
     184#define FASTJET_PACKAGE_VERSION  "3.3.2"
    191185#endif
    192186
     
    198192/* Version number of package */
    199193#ifndef FASTJET_VERSION
    200 #define FASTJET_VERSION  "3.3.4"
     194#define FASTJET_VERSION  "3.3.2"
    201195#endif
    202196
     
    213207/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    214208#ifndef FASTJET_VERSION_NUMBER
    215 #define FASTJET_VERSION_NUMBER  30304
     209#define FASTJET_VERSION_NUMBER  30302
    216210#endif
    217211
    218212/* Patch version of this package */
    219213#ifndef FASTJET_VERSION_PATCHLEVEL
    220 #define FASTJET_VERSION_PATCHLEVEL  4
     214#define FASTJET_VERSION_PATCHLEVEL  2
    221215#endif
    222216
Note: See TracChangeset for help on using the changeset viewer.