Skip to content

Commit 2b831c7

Browse files
GAPgap
authored andcommitted
-> 0.9999
git-svn-id: path/gapdoc/trunk@81
1 parent d0df030 commit 2b831c7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1><span class="pkg">GAP</span> package <span class="pkg">GAPDoc</span></h1>
4444

4545
<!-- current version, maybe further version info,
4646
links to old versions ... -->
47-
<strong>Current version: </strong> 0.999
47+
<strong>Current version: </strong> 0.9999
4848
<br />
4949

5050
<!-- status of the package -->
@@ -226,28 +226,28 @@ <h2><a name="ARCHS" />Package Archives for Download</h2>
226226

227227
<ul>
228228
<li>
229-
<a href="gapdoc-0.999.zoo"><code>gapdoc-0.999.zoo</code></a>
229+
<a href="gapdoc-0.9999.zoo"><code>gapdoc-0.9999.zoo</code></a>
230230
(use the "unzoo" or "unzoo.exe" from the <span class="pkg">GAP</span>
231231
homepage)
232232
</li>
233233
<li>
234-
<a href="gapdoc-0.999.tar.gz"><code>gapdoc-0.999.tar.gz</code></a>
234+
<a href="gapdoc-0.9999.tar.gz"><code>gapdoc-0.9999.tar.gz</code></a>
235235
(GNU <code>tar</code> archive, <code>gzip</code>'ed)
236236
</li>
237237
<li>
238-
<a href="gapdoc-0.999.tar.bz2"><code>gapdoc-0.999.tar.bz2</code></a>
238+
<a href="gapdoc-0.9999.tar.bz2"><code>gapdoc-0.9999.tar.bz2</code></a>
239239
(GNU <code>tar</code> archive, <code>bzip2</code>'ed)
240240
</li>
241241
<li>
242-
<a href="gapdoc-0.999-win.zip"><code>gapdoc-0.999-win.zip</code></a>
242+
<a href="gapdoc-0.9999-win.zip"><code>gapdoc-0.9999-win.zip</code></a>
243243
(with DOS/Windows style line breaks in text files)
244244
</li>
245245
</ul>
246246

247247
<hr />
248248
<p class="foot">
249249
<a href="mailto:Frank.Luebeck@Math.RWTH-Aachen.De">Frank Lübeck</a> / Last modified:
250-
Fre Jun 20 17:17:36 CEST 2003
250+
Mon, 29 Mar 2004 13:49:00 +0200
251251
</p>
252252
</body>
253253
</html>

init.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
##
33
#A init.g GAPDoc Frank Lübeck / Max Neunhöffer
44
##
5-
#H @(#)$Id: init.g,v 1.9 2003-06-20 23:17:03 gap Exp $
5+
#H @(#)$Id: init.g,v 1.10 2004-03-29 11:50:55 gap Exp $
66
##
77
#Y Copyright (C) 2000, Frank Lübeck and Max Neunhöffer,
88
#Y Lehrstuhl D für Mathematik, RWTH Aachen
99
##
1010

1111
# delete this after 4.4
12-
DeclareAutoPackage("GAPDoc", "0.999", ReturnTrue);
12+
DeclareAutoPackage("GAPDoc", "0.9999", ReturnTrue);
1313
DeclarePackageAutoDocumentation("GAPDoc", "doc", "GAPDoc",
1414
"Package for Preparing GAP Documentation");
1515
DeclarePackageAutoDocumentation("GAPDoc", "example", "GAPDoc Example",

0 commit comments

Comments
 (0)