Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gl2ps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gl2ps
gl2ps
Commits
939ebefe
Commit
939ebefe
authored
Sep 3, 2012
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
b2620421
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
gl2ps.h
+1
-1
1 addition, 1 deletion
gl2ps.h
gl2ps.tex
+3
-2
3 additions, 2 deletions
gl2ps.tex
with
5 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
939ebefe
...
...
@@ -49,7 +49,7 @@ option(ENABLE_PNG "Enable PNG support" ON)
set
(
GL2PS_MAJOR_VERSION 1
)
set
(
GL2PS_MINOR_VERSION 3
)
set
(
GL2PS_PATCH_VERSION
7
)
set
(
GL2PS_PATCH_VERSION
8
)
set
(
GL2PS_EXTRA_VERSION
""
CACHE STRING
"GL2PS extra version string"
)
set
(
GL2PS_VERSION
"
${
GL2PS_MAJOR_VERSION
}
.
${
GL2PS_MINOR_VERSION
}
"
)
...
...
This diff is collapsed.
Click to expand it.
gl2ps.h
+
1
−
1
View file @
939ebefe
...
...
@@ -80,7 +80,7 @@
#define GL2PS_MAJOR_VERSION 1
#define GL2PS_MINOR_VERSION 3
#define GL2PS_PATCH_VERSION
7
#define GL2PS_PATCH_VERSION
8
#define GL2PS_EXTRA_VERSION ""
#define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \
...
...
This diff is collapsed.
Click to expand it.
gl2ps.tex
+
3
−
2
View file @
939ebefe
...
...
@@ -62,7 +62,7 @@
\title
{
GL2PS: an OpenGL to PostScript printing library
}
\author
{
Christophe Geuzaine
}
\date
{
Version 1.3.
7
,
September 2
2012
}
\date
{
Version 1.3.
8
,
?
2012
}
\maketitle
...
...
@@ -99,7 +99,7 @@ the OpenGL window.</em></small></td>
</center>
<h2>Download</h2>
The latest stable version of GL2PS is <a
href="http://geuz.org/gl2ps/src/gl2ps-1.3.
7
.tgz">gl2ps-1.3.
7
.tgz</a>. Older
href="http://geuz.org/gl2ps/src/gl2ps-1.3.
8
.tgz">gl2ps-1.3.
8
.tgz</a>. Older
versions and nightly source snapshots are available <a
href="http://geuz.org/gl2ps/src/">here</a>. For read-only svn access use:
'<code>svn co https://geuz.org/svn/gl2ps/trunk gl2ps</code>' (username:
...
...
@@ -1041,6 +1041,7 @@ anymore.
glPixelZoom) in postscript images; fixed text rotation in TeX; added
support for text alignment in SVG; fixed other minor bugs.
\item
[1.3.7]
(Sep 2, 2012) Minor documentation and build system fixes.
\item
[1.3.8]
(?) Minor compilation warning fixes.
\end{description}
\special
{
html:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment