summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-11 13:42:50 -0500
committerDana Jansens <danakj@orodu.net>2010-01-11 13:42:50 -0500
commit91af4d5bc9e04b766735aaa3ac098233ba103959 (patch)
treeed9bff5f878eeeac6c3cd9844b0d9c54214ff614 /configure.ac
parentb8e994e837d260860a4dc0a1ee3a680e2cdfc75a (diff)
Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPE
Add _OB_VERSION property on the root window. Change _OB_ROLE/CLASS/NAME to _OB_APP_*. Add _OB_APP_TYPE which has a string for the type chosen for the window on mapping by Openbox. Adjust the rc.xml to match these changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bba1b5c6..eb11c03f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ OB_MINOR_VERSION=4
OB_MICRO_VERSION=16
OB_INTERFACE_AGE=0
OB_BINARY_AGE=0
-OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
+OB_VERSION=$PACKAGE_VERSION
AC_SUBST(OB_MAJOR_VERSION)
AC_SUBST(OB_MINOR_VERSION)