summaryrefslogtreecommitdiff
path: root/scripts/buildnr.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
commit56187184e11b085b82584d3b088c62f427aae83c (patch)
tree8f8387e750a62581966900a42dade265d34c3146 /scripts/buildnr.pl
parentd3a0d11f93c1ebe38b4301c9bef952bfd24d01a1 (diff)
tagging yhttpd-0.7.1yhttpd-0.7.1
Diffstat (limited to 'scripts/buildnr.pl')
-rwxr-xr-xscripts/buildnr.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/buildnr.pl b/scripts/buildnr.pl
index ee3d3e2..4698f8d 100755
--- a/scripts/buildnr.pl
+++ b/scripts/buildnr.pl
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# The yChat Project (2003)
+# The yhttpd Project (2003)
#
-# This script increases the BUILNR of msgs,h each time the yChat
+# This script increases the BUILNR of msgs,h each time the yhttpd
# gets recompiled!
use strict;
@@ -13,7 +13,7 @@ close MSGS;
foreach (@msgs)
{
- if ( /define BUILDNR/ )
+ if ( /BUILDNR/ )
{
s/(BUILDNR )(.+)$/$1.($2+1)/e;
print;