Skip to content

Commit

Permalink
Bump to 0.3.3
Browse files Browse the repository at this point in the history
Only packaging changes
  • Loading branch information
krallin committed Mar 15, 2015
1 parent cf37f5a commit f3c3b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project (tini)
# Config
set (tini_VERSION_MAJOR 0)
set (tini_VERSION_MINOR 3)
set (tini_VERSION_PATCH 2)
set (tini_VERSION_PATCH 3)
execute_process (COMMAND git log -n 1 --date=local --pretty=format:"%h" WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}" OUTPUT_VARIABLE tini_VERSION_GIT)

# Flags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In Docker, you will want to use an entrypoint so you don't have to remember
to manually invoke Tini:

# Add Tini
ENV TINI_VERSION v0.3.2
ENV TINI_VERSION v0.3.3
ADD https://github.com/krallin/tini/releases/download//tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
Expand Down

0 comments on commit f3c3b1e

Please sign in to comment.