Commit 8adc90411a8afc6a8e4028557deff1c5b1361273

Steffen Jaeckel 2019-10-15T21:09:43

bump version

diff --git a/appveyor.yml b/appveyor.yml
index c4a13a0..7d85d3f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.1.0-{build}
+version: 1.2.0-{build}
 branches:
   only:
   - master
diff --git a/doc/bn.tex b/doc/bn.tex
index 3174187..a529038 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -50,7 +50,7 @@
 \begin{document}
 \frontmatter
 \pagestyle{empty}
-\title{LibTomMath User Manual \\ v1.1.0}
+\title{LibTomMath User Manual \\ v1.2.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.unix b/makefile.unix
index 750be56..4cefc7e 100644
--- a/makefile.unix
+++ b/makefile.unix
@@ -21,7 +21,7 @@ RANLIB    = ranlib
 CFLAGS    = -O2
 LDFLAGS   =
 
-VERSION   = 1.1.0
+VERSION   = 1.2.0
 
 #Compilation flags
 LTM_CFLAGS  = -I. $(CFLAGS)
diff --git a/makefile_include.mk b/makefile_include.mk
index cdf0fa7..a4b36b5 100644
--- a/makefile_include.mk
+++ b/makefile_include.mk
@@ -3,9 +3,9 @@
 #
 
 #version of library
-VERSION=1.1.0-develop
-VERSION_PC=1.1.0
-VERSION_SO=2:0:1
+VERSION=1.2.0-rc1
+VERSION_PC=1.2.0
+VERSION_SO=3:0:1
 
 PLATFORM := $(shell uname | sed -e 's/_.*//')