all repos — tint2 @ 26251849c6503486d337354b8e0a4d6a562220ea

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Include also timestamp in version number for unstable builds, so that version numbers increase
o9000 mrovi9000@gmail.com
commit

26251849c6503486d337354b8e0a4d6a562220ea

parent

abeb7ce2e6e6e0d3a2c6d5b2067cf8688de08619

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M get_version.shget_version.sh

@@ -41,8 +41,8 @@ VERSION=$(head -n 1 "${SCRIPT_DIR}/ChangeLog" | cut -d ' ' -f 2)

if [ "$VERSION" = "master" ] then PREVIOUS=$(grep '^2' "${SCRIPT_DIR}/ChangeLog" | head -n 2 | tail -n 1 | cut -d ' ' -f 2) - HASH=$(git log -n 1 --pretty=format:"%h" 2>/dev/null) - VERSION=$PREVIOUS-next-g$HASH + HASH=$(git log -n 1 --pretty=format:%cI.%ct.%h | tr -d ':' | tr -d '-' | tr '.' '-' | sed 's/T[0-9\+]*//g' 2>/dev/null) + VERSION=$PREVIOUS-next-$HASH fi fi fi