mirror of
https://github.com/znc/znc.git
synced 2026-05-06 13:32:36 +02:00
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:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user