all repos — tint2 @ bfb9fc48320933bc8cf53169bd0ea2370b40adc8

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

Autocreate src/version.h.

git-svn-id: http://tint2.googlecode.com/svn/trunk@354 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Spooky85@gmail.com Spooky85@gmail.com@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

bfb9fc48320933bc8cf53169bd0ea2370b40adc8

parent

c7d1551dc2b12c3455f86fbd755ac2900187f359

3 files changed, 6 insertions(+), 6 deletions(-)

jump to
M configure.acconfigure.ac

@@ -1,7 +1,7 @@

# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.8], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.9rc1], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE

@@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile

doc/Makefile sample/Makefile src/Makefile - src/tint2conf/Makefile]) + src/tint2conf/Makefile + src/version.h]) AC_OUTPUT
D src/version.h

@@ -1,4 +0,0 @@

- - -#define VERSION_STRING "0.9rc1" -
A src/version.h.in

@@ -0,0 +1,3 @@

+ +#define VERSION_STRING "@PACKAGE_VERSION@" +