From acfad6dee2be7c8b9325af77740f4e2e593f2eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= Date: Sat, 19 Oct 2013 15:58:19 +0200 Subject: [PATCH] Add -git to version string. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 28ac885..41b57da 100644 --- a/configure.ac +++ b/configure.ac @@ -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])