Skip to content

Commit

Permalink
prep for r641
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Nov 25, 2023
1 parent 6de2284 commit dc26485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/Docker/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:latest

# Setup environment variables
ENV BENTO4_VERSION 1.6.0-640
ENV BENTO4_VERSION 1.6.0-641

# Install Dependencies
RUN apk update && apk add --no-cache ca-certificates bash python3 make cmake gcc g++ git
Expand Down
2 changes: 1 addition & 1 deletion Source/Python/utils/mp4-dash.py
Expand Up @@ -64,7 +64,7 @@

# setup main options
VERSION = "2.0.0"
SDK_REVISION = '640'
SDK_REVISION = '641'
SCRIPT_PATH = path.abspath(path.dirname(__file__))
sys.path += [SCRIPT_PATH]

Expand Down
2 changes: 1 addition & 1 deletion Source/Python/utils/mp4-hls.py
Expand Up @@ -31,7 +31,7 @@

# setup main options
VERSION = "1.2.0"
SDK_REVISION = '640'
SDK_REVISION = '641'
SCRIPT_PATH = path.abspath(path.dirname(__file__))
sys.path += [SCRIPT_PATH]

Expand Down

0 comments on commit dc26485

Please sign in to comment.