bump version

This commit is contained in:
Steffen Jaeckel 2018-12-26 14:35:39 +01:00
parent 62adf47fb8
commit fb07f33dfc
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
\begin{document} \begin{document}
\frontmatter \frontmatter
\pagestyle{empty} \pagestyle{empty}
\title{LibTomMath User Manual \\ v1.0.1} \title{LibTomMath User Manual \\ v1.1.0}
\author{LibTom Projects \\ www.libtom.net} \author{LibTom Projects \\ www.libtom.net}
\maketitle \maketitle
This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been

View File

@ -3,8 +3,8 @@
# #
#version of library #version of library
VERSION=1.0.1 VERSION=1.1.0-rc1
VERSION_PC=1.0.1 VERSION_PC=1.1.0
VERSION_SO=1:1 VERSION_SO=1:1
PLATFORM := $(shell uname | sed -e 's/_.*//') PLATFORM := $(shell uname | sed -e 's/_.*//')