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:
parent
954371d881
commit
03079a5ceb
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user