diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-28 19:59:15 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-28 19:59:15 +0000 |
commit | 3aa74d1b757936676dbd8bd640b51d72d5c28da1 (patch) | |
tree | db7a6ec11d8b7743ca18d01f65eb84fcb9b04558 /configure.ac | |
parent | d0080f2f901247d12b78f90c747d543a1c96c8ab (diff) |
Bug #4149: Keep the soname as libXss and the version at 1.0.0, for monolith
compatibility. Bump to 0.99.1. (Christophe Saout)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7c6b8fa..b72dceb 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXScrnSaver, 0.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXScrnSaver) +AC_INIT(libXScrnSaver, 0.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXScrnSaver) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |