From fb07f33dfc2b37ccbf2dc8ca9ab684628dd5f5bd Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 26 Dec 2018 14:35:39 +0100 Subject: [PATCH] bump version --- doc/bn.tex | 2 +- makefile_include.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bn.tex b/doc/bn.tex index e81d039..7050b3f 100644 --- a/doc/bn.tex +++ b/doc/bn.tex @@ -49,7 +49,7 @@ \begin{document} \frontmatter \pagestyle{empty} -\title{LibTomMath User Manual \\ v1.0.1} +\title{LibTomMath User Manual \\ v1.1.0} \author{LibTom Projects \\ www.libtom.net} \maketitle This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been diff --git a/makefile_include.mk b/makefile_include.mk index 4814593..7addc82 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -3,8 +3,8 @@ # #version of library -VERSION=1.0.1 -VERSION_PC=1.0.1 +VERSION=1.1.0-rc1 +VERSION_PC=1.1.0 VERSION_SO=1:1 PLATFORM := $(shell uname | sed -e 's/_.*//')