Changes in external/fastjet/config_auto.h [e15936c:b7b836a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_auto.h
re15936c rb7b836a 65 65 66 66 /* 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 68 70 69 71 /* compiler supports c++14 deprecated keyword */ … … 167 169 /* Define to the full name and version of this package. */ 168 170 #ifndef FASTJET_PACKAGE_STRING 169 #define FASTJET_PACKAGE_STRING "FastJet 3.3. 2"171 #define FASTJET_PACKAGE_STRING "FastJet 3.3.1" 170 172 #endif 171 173 … … 182 184 /* Define to the version of this package. */ 183 185 #ifndef FASTJET_PACKAGE_VERSION 184 #define FASTJET_PACKAGE_VERSION "3.3. 2"186 #define FASTJET_PACKAGE_VERSION "3.3.1" 185 187 #endif 186 188 … … 192 194 /* Version number of package */ 193 195 #ifndef FASTJET_VERSION 194 #define FASTJET_VERSION "3.3. 2"196 #define FASTJET_VERSION "3.3.1" 195 197 #endif 196 198 … … 207 209 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 208 210 #ifndef FASTJET_VERSION_NUMBER 209 #define FASTJET_VERSION_NUMBER 3030 2211 #define FASTJET_VERSION_NUMBER 30301 210 212 #endif 211 213 212 214 /* Patch version of this package */ 213 215 #ifndef FASTJET_VERSION_PATCHLEVEL 214 #define FASTJET_VERSION_PATCHLEVEL 2216 #define FASTJET_VERSION_PATCHLEVEL 1 215 217 #endif 216 218
Note:
See TracChangeset
for help on using the changeset viewer.