diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8ac3c09..207f9d7 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. #AC_PREREQ([2.65]) -AC_INIT([pa-sink-ctl], [20110223], [web2p10@wemelug.de]) +AC_INIT([pa-sink-ctl], [1], [web2p10@wemelug.de]) AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2]) AM_SILENT_RULES([yes]) |