News and doxygen version number bump for 1.3.0

This commit is contained in:
Matt Pharr
2012-06-29 08:38:38 -07:00
parent b7bc76d3cc
commit b8503b9255
2 changed files with 8 additions and 1 deletions

View File

@@ -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
----------------------

View File

@@ -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.