Add -git to version string.

This commit is contained in:
Marc Dequènes (Duck) 2013-10-19 15:58:19 +02:00
parent a6e2985887
commit acfad6dee2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.64])
AC_INIT([Bip Sexy IRC Proxy], [0.8.9], [http://bip.milkypond.org/projects/bip/activity], [bip], [http://bip.milkypond.org/])
AC_INIT([Bip Sexy IRC Proxy], [0.8.9-git], [http://bip.milkypond.org/projects/bip/activity], [bip], [http://bip.milkypond.org/])
AM_INIT_AUTOMAKE([subdir-objects])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])