Skip to content

Commit

Permalink
Updated for 3.2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Nov 29, 2012
1 parent fb07b10 commit ca24bfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions apisite/apiall
Expand Up @@ -11,11 +11,12 @@
# Requires these gits be checked out parallel to the ztools git:
#
# zeromq2-x - 2.2 release
# libzmq - 3.1 release
# zeromq3-x - 3.2 release
# libzmq - 3.3 release
#
TOOLDIR=`dirname $0`

# Directory Tag Category
$TOOLDIR/apione ../../zeromq2-x v2.2.0 2-2
$TOOLDIR/apione ../../zeromq3-x v3.2.0 3-2
$TOOLDIR/apione ../../libzmq v3.2.1 3-3
$TOOLDIR/apione ../../zeromq3-x v3.2.2 3-2
$TOOLDIR/apione ../../libzmq v3.3.0 3-3
4 changes: 2 additions & 2 deletions apisite/xml2wd.pl
Expand Up @@ -45,9 +45,9 @@
END
if ($title eq "zmq") {
open (TOC, ">_start.wd");
print TOC "[[image http://api.zeromq.org/local--files/admin:css/logo.gif link=\"/2-2:_start\"]]\n\n";
print TOC "[[image http://api.zeromq.org/local--files/admin:css/logo.gif link=\"/3-2:_start\"]]\n\n";
print TOC "++ ØMQ/$version API Reference\n\n";
print TOC "[/3-3:_start v3.3 master] | [/3-2:_start v3.2 rc1] | [/2-2:_start v2.2 stable]\n\n";
print TOC "[/3-3:_start v3.3 master] | [/3-2:_start v3.2 stable] | [/2-2:_start v2.2 stable]\n\n";
close (TOC);
}
}
Expand Down

0 comments on commit ca24bfc

Please sign in to comment.