Skip to content

Commit

Permalink
autoupdate FREEPTO_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3nt authored and boyska committed Feb 18, 2015
1 parent a974b19 commit 72357cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/freepto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT_HEAD="`git rev-list HEAD | head -n 1`"
LIVE_BUILD_VERSION="`dpkg -p live-build | grep Version | awk '{print $2}'`"
GIT_DESCRIBE="`git describe`"

FREEPTO_RELEASE="1.0"
FREEPTO_RELEASE="${$(git describe --exact-match):-dev}"
FREEPTO_CODENAME="berenjena"

# [auto/build]
Expand Down

0 comments on commit 72357cd

Please sign in to comment.