Changeset 973b92a in git for external/fastjet/config_auto.h
- Timestamp:
- Oct 9, 2015, 2:47:38 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8713dee
- Parents:
- f118021
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_auto.h
rf118021 r973b92a 64 64 #endif 65 65 66 /* defined if C++11 features have been enabled */ 67 /* #undef HAVE_CXX11_FEATURES */ 68 66 69 /* defined if demangling is enabled at configure time and is supported through 67 70 the GNU C++ ABI */ … … 151 154 /* Define to the full name and version of this package. */ 152 155 #ifndef FASTJET_PACKAGE_STRING 153 #define FASTJET_PACKAGE_STRING "FastJet 3.1. 2"156 #define FASTJET_PACKAGE_STRING "FastJet 3.1.3" 154 157 #endif 155 158 … … 161 164 /* Define to the version of this package. */ 162 165 #ifndef FASTJET_PACKAGE_VERSION 163 #define FASTJET_PACKAGE_VERSION "3.1. 2"166 #define FASTJET_PACKAGE_VERSION "3.1.3" 164 167 #endif 165 168 … … 171 174 /* Version number of package */ 172 175 #ifndef FASTJET_VERSION 173 #define FASTJET_VERSION "3.1. 2"176 #define FASTJET_VERSION "3.1.3" 174 177 #endif 175 178 … … 186 189 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 187 190 #ifndef FASTJET_VERSION_NUMBER 188 #define FASTJET_VERSION_NUMBER 3010 2191 #define FASTJET_VERSION_NUMBER 30103 189 192 #endif 190 193 191 194 /* Patch version of this package */ 192 195 #ifndef FASTJET_VERSION_PATCHLEVEL 193 #define FASTJET_VERSION_PATCHLEVEL 2196 #define FASTJET_VERSION_PATCHLEVEL 3 194 197 #endif 195 198
Note:
See TracChangeset
for help on using the changeset viewer.