Skip to content

Commit

Permalink
Changed version to v0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot committed Mar 15, 2024
1 parent 02e3a95 commit 9234cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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=v0.16.5
ARG STRIP=TRUE

ENV PREFIX=/opt/ovenmediaengine
Expand Down
2 changes: 1 addition & 1 deletion src/projects/main/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Minor changes
#define OME_VERSION_MINOR 16
// Micro changes
#define OME_VERSION_MICRO 4
#define OME_VERSION_MICRO 5

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

0 comments on commit 9234cfd

Please sign in to comment.