1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 02:43:14 +02:00

BUILD : 1.7.4 (312) BUGS : none NOTES : Fixed bug on am script indent

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@191 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-08-04 18:39:51 +00:00
parent 05ca5e301e
commit a450882289
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ NOTES : ";
print "*** Running Indent...\n";
my $prefix=".";
if (-d src) {
if (-d "src") {
$prefix="src";
}
system("indent -kr -nut $prefix/*.c");
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
VERSION_BUILD="311"
VERSION_BUILD="312"
# $Log$
#
# BUILD : 1.7.4 (312)
# BUGS : none
# NOTES : Fixed bug on am script indent
#
# BUILD : 1.7.4 (311)
# BUGS : none
# NOTES : Running am script with new am script.