diff options
-rw-r--r-- | src/modules/Makefile.sub | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/modules/Makefile.sub b/src/modules/Makefile.sub index 4890b46e6..3b5a000ab 100644 --- a/src/modules/Makefile.sub +++ b/src/modules/Makefile.sub @@ -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 diff --git a/version.log b/version.log index 2a5482f81..698d13ef9 100644 --- a/version.log +++ b/version.log @@ -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. |