diff --git a/docs/news.rst b/docs/news.rst index ad6c4bd5..f0316978 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -2,6 +2,13 @@ ispc News ========= +ispc 1.3.0 is Released +---------------------- + +A major new version of ``ispc`` has been released. In addition to a number +of new language features, this release notably features initial support for +compiling to the Intel Xeon Phi (Many Integrated Core) architecture. + ispc 1.2.1 is Released ---------------------- diff --git a/doxygen.cfg b/doxygen.cfg index f02dac70..6f9c99ef 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = "Intel SPMD Program Compiler" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.2.2 +PROJECT_NUMBER = 1.3.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.