Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 617027f

Browse files
committed
Update Pygments version used.
1 parent 6406370 commit 617027f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ checkout:
4141
fi
4242
@if [ ! -d tools/pygments ]; then \
4343
echo "Checking out Pygments..."; \
44-
svn checkout $(SVNROOT)/external/Pygments-0.10/pygments tools/pygments; \
44+
svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \
4545
fi
4646

4747
update: checkout

0 commit comments

Comments
 (0)