diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-27 16:37:29 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-27 16:37:29 +0000 |
commit | 03079a5cebecc0d3d2bcb1e3c6b9bc475319cc23 (patch) | |
tree | c6ea8d10266f3b63a63c4145dee11c06147dd50f | |
parent | 954371d881adeddd8de96aff70e2027c1c1b0b9d (diff) |
BUILD : 1.7.8 (585) BUGS : N/A NOTES : removed veriable that isnt used anymore :)
git-svn-id: svn://svn.anope.org/anope/trunk@585 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@435 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/modules/Makefile | 2 | ||||
-rw-r--r-- | version.log | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/modules/Makefile b/src/modules/Makefile index 49d118c59..51306248c 100644 --- a/src/modules/Makefile +++ b/src/modules/Makefile @@ -30,7 +30,7 @@ distclean: clean spotless subs: @for i in $(SUBS); do \ echo "make all in $$i..."; \ - (cd $$i; $(MAKE) $(MAKEARGS) $(MYMAKEFLAGS) all); done + (cd $$i; $(MAKE) $(MAKEARGS) all); done clean: rm -f *.o *.so *.c~ core diff --git a/version.log b/version.log index 34e87fde0..f8c4ddcc3 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="584" +VERSION_BUILD="585" # $Log$ # +# BUILD : 1.7.8 (585) +# BUGS : N/A +# NOTES : removed veriable that isnt used anymore :) +# +# # BUILD : 1.7.8 (584) # BUGS : N/A # NOTES : Removed ircd_catserv.c and added ./src/modules/catserv/ subfolder |