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