Changes in external/fastjet/config_raw.h [b7b836a:e15936c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_raw.h
rb7b836a re15936c 39 39 40 40 /* compile the deprecated parts of the interface using auto-ptr */ 41 #define HAVE_AUTO_PTR_INTERFACE /**/41 /* #undef 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. 1"108 #define PACKAGE_STRING "FastJet 3.3.2" 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. 1"117 #define PACKAGE_VERSION "3.3.2" 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. 1"123 #define VERSION "3.3.2" 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 1132 #define VERSION_NUMBER 30302 133 133 134 134 /* Patch version of this package */ 135 #define VERSION_PATCHLEVEL 1135 #define VERSION_PATCHLEVEL 2 136 136 137 137 /* Pre-release version of this package */
Note:
See TracChangeset
for help on using the changeset viewer.