projects
/
matthijs
/
upstream
/
blosxom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b056bda
)
bump version number
v2_0_2
author
Kevin Scaldeferri
<kscaldef@users.sourceforge.net>
Mon, 17 Jul 2006 17:31:59 +0000
(17:31 +0000)
committer
Kevin Scaldeferri
<kscaldef@users.sourceforge.net>
Mon, 17 Jul 2006 17:31:59 +0000
(17:31 +0000)
blosxom.cgi
patch
|
blob
|
history
diff --git
a/blosxom.cgi
b/blosxom.cgi
index a979a0d29da750919f37b77998171717430dca21..4005c8c8898759d9f8937ac964507ed9d9d50ed9 100755
(executable)
--- a/
blosxom.cgi
+++ b/
blosxom.cgi
@@
-2,7
+2,7
@@
# Blosxom
# Author: Rael Dornfest <rael@oreilly.com>
-# Version: 2.0.
1
+# Version: 2.0.
2
# Home/Docs/Licensing: http://www.blosxom.com/
# Development/Downloads: http://sourceforge.net/projects/blosxom
@@
-76,7
+76,7
@@
use File::stat;
use Time::localtime;
use CGI qw/:standard :netscape/;
-$version = "2.0";
+$version = "2.0
.2
";
my $fh = new FileHandle;