fix version info

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@679 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2006-03-07 09:24:11 +00:00
parent 775df4f8cf
commit 6226da87b4
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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