Skip to content

Commit

Permalink
version 9.0.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Sep 8, 2024
1 parent 551c8fe commit 6ce9d90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/libs/gdi/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@

#include "gdi/version.h"

const char GDI_VERSION[] = "9.0.0prealpha";
const char GDI_VERSION[] = "9.0.0 RC1";

// TODO: Add also an entry to the table further down below when you change this
const gdi_ulong32 GRM_GDI_VERSION = 0x10004000;
const gdi_ulong32 GRM_GDI_VERSION = 0x10009000;

vdict_t GRM_GDI_VERSION_ARRAY[] =
{
Expand Down Expand Up @@ -68,7 +68,9 @@ vdict_t GRM_GDI_VERSION_ARRAY[] =
{ 0x100020F7, "6.2u5beta2" },
{ 0x100020F8, "6.2u5beta2" },
{ 0x100020F8, "6.2u5" },
{ 0x10004000, GDI_VERSION},
{ 0x10003000, "8.0.x Univa" },
{ 0x10003001, "8.0.x Some Gridengine" },
{ GRM_GDI_VERSION, GDI_VERSION },
{ 0, nullptr}
};

Expand Down

0 comments on commit 6ce9d90

Please sign in to comment.