updated version

This commit is contained in:
Michele Caini
2018-08-02 17:17:09 +02:00
parent 15b9255a25
commit bd83fba6cd
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ endif()
# Project configuration
#
project(EnTT VERSION 2.7.1)
project(EnTT VERSION 2.7.2)
include(GNUInstallDirs)
@@ -31,7 +31,7 @@ set(PROJECT_AUTHOR_EMAIL "michele.caini@gmail.com")
message("*")
message("* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})")
message("* Copyright (c) 2018 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>")
message("* Copyright (c) 2017-2018 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>")
message("*")
option(USE_LIBCPP "Use libc++ by adding -stdlib=libc++ flag if availbale." ON)

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018 Michele Caini
Copyright (c) 2017-2018 Michele Caini
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal