mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
Update for release 4.1.1
This commit is contained in:
parent
7917ea02dc
commit
f24d376fa5
@ -18,7 +18,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt"
|
|||||||
|
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR 4)
|
set(CPACK_PACKAGE_VERSION_MAJOR 4)
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR 1)
|
set(CPACK_PACKAGE_VERSION_MINOR 1)
|
||||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
set(CPACK_PACKAGE_VERSION_PATCH 1)
|
||||||
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
|
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
|
||||||
set(CPACK_PACKAGE_VENDOR "ChaiScript.com")
|
set(CPACK_PACKAGE_VENDOR "ChaiScript.com")
|
||||||
set(CPACK_PACKAGE_CONTACT "contact@chaiscript.com")
|
set(CPACK_PACKAGE_CONTACT "contact@chaiscript.com")
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
Changes since 4.1.0
|
||||||
|
* Fix missed gcc build error in 4.1.0
|
||||||
|
|
||||||
Changes since 4.0.0
|
Changes since 4.0.0
|
||||||
* Fix sizing of numeric constants to match that of the C++ standard
|
* Fix sizing of numeric constants to match that of the C++ standard
|
||||||
* Add support for u,ll,l,f suffixes for numeric constants
|
* Add support for u,ll,l,f suffixes for numeric constants
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user