Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    rb7b836a re15936c  
    6565
    6666/* compile the deprecated parts of the interface using auto-ptr */
    67 #ifndef FASTJET_HAVE_AUTO_PTR_INTERFACE
    68 #define FASTJET_HAVE_AUTO_PTR_INTERFACE  /**/
    69 #endif
     67/* #undef HAVE_AUTO_PTR_INTERFACE */
    7068
    7169/* compiler supports c++14 deprecated keyword */
     
    169167/* Define to the full name and version of this package. */
    170168#ifndef FASTJET_PACKAGE_STRING
    171 #define FASTJET_PACKAGE_STRING  "FastJet 3.3.1"
     169#define FASTJET_PACKAGE_STRING  "FastJet 3.3.2"
    172170#endif
    173171
     
    184182/* Define to the version of this package. */
    185183#ifndef FASTJET_PACKAGE_VERSION
    186 #define FASTJET_PACKAGE_VERSION  "3.3.1"
     184#define FASTJET_PACKAGE_VERSION  "3.3.2"
    187185#endif
    188186
     
    194192/* Version number of package */
    195193#ifndef FASTJET_VERSION
    196 #define FASTJET_VERSION  "3.3.1"
     194#define FASTJET_VERSION  "3.3.2"
    197195#endif
    198196
     
    209207/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    210208#ifndef FASTJET_VERSION_NUMBER
    211 #define FASTJET_VERSION_NUMBER  30301
     209#define FASTJET_VERSION_NUMBER  30302
    212210#endif
    213211
    214212/* Patch version of this package */
    215213#ifndef FASTJET_VERSION_PATCHLEVEL
    216 #define FASTJET_VERSION_PATCHLEVEL  1
     214#define FASTJET_VERSION_PATCHLEVEL  2
    217215#endif
    218216
Note: See TracChangeset for help on using the changeset viewer.