Changes in external/fastjet/config_raw.h [e15936c:b7b836a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_raw.h
re15936c rb7b836a 39 39 40 40 /* compile the deprecated parts of the interface using auto-ptr */ 41 /* #undef HAVE_AUTO_PTR_INTERFACE*/41 #define HAVE_AUTO_PTR_INTERFACE /**/ 42 42 43 43 /* compiler supports c++14 deprecated keyword */ … … 106 106 107 107 /* Define to the full name and version of this package. */ 108 #define PACKAGE_STRING "FastJet 3.3. 2"108 #define PACKAGE_STRING "FastJet 3.3.1" 109 109 110 110 /* Define to the one symbol short name of this package. */ … … 115 115 116 116 /* Define to the version of this package. */ 117 #define PACKAGE_VERSION "3.3. 2"117 #define PACKAGE_VERSION "3.3.1" 118 118 119 119 /* Define to 1 if you have the ANSI C header files. */ … … 121 121 122 122 /* Version number of package */ 123 #define VERSION "3.3. 2"123 #define VERSION "3.3.1" 124 124 125 125 /* Major version of this package */ … … 130 130 131 131 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 132 #define VERSION_NUMBER 3030 2132 #define VERSION_NUMBER 30301 133 133 134 134 /* Patch version of this package */ 135 #define VERSION_PATCHLEVEL 2135 #define VERSION_PATCHLEVEL 1 136 136 137 137 /* Pre-release version of this package */
Note:
See TracChangeset
for help on using the changeset viewer.