arma_version.hpp (armadillo-11.1.0.tar.xz) | : | arma_version.hpp (armadillo-11.1.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
// See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | |||
// limitations under the License. | // limitations under the License. | |||
// ------------------------------------------------------------------------ | // ------------------------------------------------------------------------ | |||
//! \addtogroup arma_version | //! \addtogroup arma_version | |||
//! @{ | //! @{ | |||
#define ARMA_VERSION_MAJOR 11 | #define ARMA_VERSION_MAJOR 11 | |||
#define ARMA_VERSION_MINOR 1 | #define ARMA_VERSION_MINOR 1 | |||
#define ARMA_VERSION_PATCH 0 | #define ARMA_VERSION_PATCH 1 | |||
#define ARMA_VERSION_NAME "Angry Kitchen Appliance" | #define ARMA_VERSION_NAME "Angry Kitchen Appliance" | |||
struct arma_version | struct arma_version | |||
{ | { | |||
static constexpr unsigned int major = ARMA_VERSION_MAJOR; | static constexpr unsigned int major = ARMA_VERSION_MAJOR; | |||
static constexpr unsigned int minor = ARMA_VERSION_MINOR; | static constexpr unsigned int minor = ARMA_VERSION_MINOR; | |||
static constexpr unsigned int patch = ARMA_VERSION_PATCH; | static constexpr unsigned int patch = ARMA_VERSION_PATCH; | |||
static | static | |||
inline | inline | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |