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

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
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-27 16:37:29 +00:00
parent 954371d881
commit 03079a5ceb
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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
+6 -1
View File
@@ -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