Skip to content

Commit

Permalink
Change version number to 19.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luszczek committed Aug 3, 2019
1 parent d3fa7c8 commit df10fc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required( VERSION 3.0 FATAL_ERROR )

project( PLASMA VERSION 18.11.1 LANGUAGES C )
project( PLASMA VERSION 19.8.0 LANGUAGES C )

set(CMAKE_SUPPRESS_REGENERATION on)

Expand Down
6 changes: 3 additions & 3 deletions include/plasma_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
/*
* RELEASE is a, b, c, f (alpha, beta, candidate, and final).
*/
#define PLASMA_VERSION_MAJOR 18
#define PLASMA_VERSION_MINOR 11
#define PLASMA_VERSION_PATCH 1
#define PLASMA_VERSION_MAJOR 19
#define PLASMA_VERSION_MINOR 8
#define PLASMA_VERSION_PATCH 0

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit df10fc9

Please sign in to comment.