Changes in external/fastjet/config_auto.h [273e668:10e33bc] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_auto.h
r273e668 r10e33bc 151 151 /* Define to the full name and version of this package. */ 152 152 #ifndef FASTJET_PACKAGE_STRING 153 #define FASTJET_PACKAGE_STRING "FastJet 3.1. 0"153 #define FASTJET_PACKAGE_STRING "FastJet 3.1.2" 154 154 #endif 155 155 … … 161 161 /* Define to the version of this package. */ 162 162 #ifndef FASTJET_PACKAGE_VERSION 163 #define FASTJET_PACKAGE_VERSION "3.1. 0"163 #define FASTJET_PACKAGE_VERSION "3.1.2" 164 164 #endif 165 165 … … 171 171 /* Version number of package */ 172 172 #ifndef FASTJET_VERSION 173 #define FASTJET_VERSION "3.1. 0"173 #define FASTJET_VERSION "3.1.2" 174 174 #endif 175 175 … … 186 186 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 187 187 #ifndef FASTJET_VERSION_NUMBER 188 #define FASTJET_VERSION_NUMBER 3010 0188 #define FASTJET_VERSION_NUMBER 30102 189 189 #endif 190 190 191 191 /* Patch version of this package */ 192 192 #ifndef FASTJET_VERSION_PATCHLEVEL 193 #define FASTJET_VERSION_PATCHLEVEL 0193 #define FASTJET_VERSION_PATCHLEVEL 2 194 194 #endif 195 195
Note:
See TracChangeset
for help on using the changeset viewer.