bump version
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/_.*//')