Skip to content

Commit

Permalink
latexpdf (#88)
Browse files Browse the repository at this point in the history
* latexpdf

* bump version
  • Loading branch information
ntrost57 authored Jul 14, 2020
1 parent 7221078 commit 467eb42
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ option(BUILD_VERBOSE "Output additional build information" OFF)
include(cmake/Dependencies.cmake)

# Setup version
set(VERSION_STRING "1.15.4")
set(VERSION_STRING "1.15.5")
rocm_setup_version(VERSION ${VERSION_STRING})
set(rocsparse_SOVERSION 0.1)

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "rocSPARSE"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.14.4
PROJECT_NUMBER = v1.15.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion docs/run_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doxygen Doxyfile
cd source
make clean
make html
#make latexpdf
make latexpdf
cd ..

rm rocsparse-functions.h
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.14.4'
version = u'1.15.4'
# The full version, including alpha/beta/rc tags.
release = u'1.14.4'
release = u'1.15.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -150,7 +150,7 @@

# Additional stuff for the LaTeX preamble.
#
# 'preamble': '',
'preamble': '\usepackage[strings]{underscore}',

# Latex figure (float) alignment
#
Expand Down

0 comments on commit 467eb42

Please sign in to comment.