From 6226da87b43f8ac94def082d2cfbabe072add807 Mon Sep 17 00:00:00 2001 From: imaginos Date: Tue, 7 Mar 2006 09:24:11 +0000 Subject: [PATCH] fix version info git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@679 726aef4b-f618-498e-8847-2d620e286838 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index aab429dd..193f7354 100755 --- a/configure +++ b/configure @@ -3120,7 +3120,7 @@ fi fi fi -VERSION=`grep '#define VERSION' Modules.h | awk '{print $3}'` +VERSION=`grep '#define VERSION' main.h | awk '{print $3}'` # # Auto detect modules diff --git a/configure.in b/configure.in index 9d6d6399..556c55d4 100644 --- a/configure.in +++ b/configure.in @@ -108,7 +108,7 @@ if test "$MODULES" = "yes"; then fi fi -VERSION=`grep '#define VERSION' Modules.h | awk '{print $3}'` +VERSION=`grep '#define VERSION' main.h | awk '{print $3}'` # # Auto detect modules