1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:16:38 +02:00

BUILD : 1.7.14 (1076) BUGS : N/A NOTES : Missing space

git-svn-id: svn://svn.anope.org/anope/trunk@1076 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@800 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-26 21:59:43 +00:00
parent 6bb8ba1f1f
commit b1bfa4028b
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ distclean: spotless
$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../ -I../../${INCLUDEDIR} -c $<
so:
$(CC) ${SHARED}../../mod_version.o $(OBJECTS) -o ../$(TARGET).so ${LDFLAGS} ${PROFILE}
$(CC) ${SHARED} ../../mod_version.o $(OBJECTS) -o ../$(TARGET).so ${LDFLAGS} ${PROFILE}
clean:
rm -f *.o *.so *.c~ core
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1075"
VERSION_BUILD="1076"
# $Log$
#
# BUILD : 1.7.14 (1076)
# BUGS : N/A
# NOTES : Missing space
#
# BUILD : 1.7.14 (1075)
# BUGS : N/A
# NOTES : multiple file modules now respect mod_version, and ./configure is checked for and executed.