all repos — tint2 @ 0d7dfc082d2f45ab1ec772e198ae29af00731cbb

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

Update git version script
o9000 o9000
commit

0d7dfc082d2f45ab1ec772e198ae29af00731cbb

parent

aecd658d2b9861d2e916bb44008a6816a065c0f1

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

jump to
M get_version.shget_version.sh

@@ -32,3 +32,4 @@

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