Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    re15936c rb7b836a  
    6565
    6666/* compile the deprecated parts of the interface using auto-ptr */
    67 /* #undef HAVE_AUTO_PTR_INTERFACE */
     67#ifndef FASTJET_HAVE_AUTO_PTR_INTERFACE
     68#define FASTJET_HAVE_AUTO_PTR_INTERFACE  /**/
     69#endif
    6870
    6971/* compiler supports c++14 deprecated keyword */
     
    167169/* Define to the full name and version of this package. */
    168170#ifndef FASTJET_PACKAGE_STRING
    169 #define FASTJET_PACKAGE_STRING  "FastJet 3.3.2"
     171#define FASTJET_PACKAGE_STRING  "FastJet 3.3.1"
    170172#endif
    171173
     
    182184/* Define to the version of this package. */
    183185#ifndef FASTJET_PACKAGE_VERSION
    184 #define FASTJET_PACKAGE_VERSION  "3.3.2"
     186#define FASTJET_PACKAGE_VERSION  "3.3.1"
    185187#endif
    186188
     
    192194/* Version number of package */
    193195#ifndef FASTJET_VERSION
    194 #define FASTJET_VERSION  "3.3.2"
     196#define FASTJET_VERSION  "3.3.1"
    195197#endif
    196198
     
    207209/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    208210#ifndef FASTJET_VERSION_NUMBER
    209 #define FASTJET_VERSION_NUMBER  30302
     211#define FASTJET_VERSION_NUMBER  30301
    210212#endif
    211213
    212214/* Patch version of this package */
    213215#ifndef FASTJET_VERSION_PATCHLEVEL
    214 #define FASTJET_VERSION_PATCHLEVEL  2
     216#define FASTJET_VERSION_PATCHLEVEL  1
    215217#endif
    216218
Note: See TracChangeset for help on using the changeset viewer.