Skip to content

Commit

Permalink
Version 1.1.1 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-jdeligiannis authored Aug 28, 2023
1 parent 52d3a68 commit 65b7eb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion omm-sdk/include/omm.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.

#define OMM_VERSION_MAJOR 1
#define OMM_VERSION_MINOR 1
#define OMM_VERSION_BUILD 0
#define OMM_VERSION_BUILD 1

#define OMM_MAX_TRANSIENT_POOL_BUFFERS 8

Expand Down
2 changes: 1 addition & 1 deletion omm-sdk/scripts/omm_header_c.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.

#define OMM_VERSION_MAJOR 1
#define OMM_VERSION_MINOR 1
#define OMM_VERSION_BUILD 0
#define OMM_VERSION_BUILD 1

#define OMM_MAX_TRANSIENT_POOL_BUFFERS 8

Expand Down
2 changes: 1 addition & 1 deletion omm-sdk/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.

#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_BUILD 0
#define VERSION_BUILD 1
#define VERSION_REVISION 0

#define VERSION_STRING STR(VERSION_MAJOR.VERSION_MINOR.VERSION_BUILD.VERSION_REVISION)

0 comments on commit 65b7eb4

Please sign in to comment.