Skip to content

Commit

Permalink
Changed version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiden committed Feb 16, 2022
1 parent 16fe95a commit 8e4cada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM base AS build

WORKDIR /tmp

ARG OME_VERSION=master
ARG OME_VERSION=release
ARG STRIP=TRUE
ARG GPU=FALSE

Expand Down
4 changes: 2 additions & 2 deletions src/projects/main/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
// Major changes
#define OME_VERSION_MAJOR 0
// Minor changes
#define OME_VERSION_MINOR 12
#define OME_VERSION_MINOR 13
// Micro changes
#define OME_VERSION_MICRO 10
#define OME_VERSION_MICRO 0

#define OME_STR_INTERNAL(x) # x
#define OME_STR(x) OME_STR_INTERNAL(x)
Expand Down

0 comments on commit 8e4cada

Please sign in to comment.