Skip to content

Commit

Permalink
Bumping version to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Babokin committed Jan 15, 2022
1 parent 7b62071 commit 7ad8429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doxygen.cfg
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = "Intel® Implicit SPMD Program Compiler (Intel® ISPC)"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.17.0dev
PROJECT_NUMBER = 1.17.0

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion src/ispc_version.h
Expand Up @@ -39,7 +39,7 @@

#define ISPC_VERSION_MAJOR 1
#define ISPC_VERSION_MINOR 17
#define ISPC_VERSION "1.17.0dev"
#define ISPC_VERSION "1.17.0"
#include <llvm/Config/llvm-config.h>

#define ISPC_LLVM_VERSION (LLVM_VERSION_MAJOR * 10000 + LLVM_VERSION_MINOR * 100)
Expand Down

0 comments on commit 7ad8429

Please sign in to comment.