all repos — tint2 @ 477d08b5da2d28b4e84117277608be41edef5135

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

Remove v from git tag when generating version string
o9000 o9000
commit

477d08b5da2d28b4e84117277608be41edef5135

parent

50a07df5d24dd950561a83c183162a7a79059738

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

jump to
M get_version.shget_version.sh

@@ -31,6 +31,7 @@ fi

fi VERSION=$(git describe --exact-match 2>/dev/null || echo "$MAJOR-git$(git show -s --pretty=format:%cI.%h | tr -d ':' | tr -d '-' | tr '.' '-' | sed 's/T[0-9\+]*//g')")$DIRTY +VERSION=$(echo "$VERSION" | sed 's/^v//') echo '#define VERSION_STRING "'$VERSION'"' > version.h echo $VERSION