Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Oct 15, 2019
1 parent 5c799e8 commit 8adc904
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.0-{build}
version: 1.2.0-{build}
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion doc/bn.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RANLIB = ranlib
CFLAGS = -O2
LDFLAGS =

VERSION = 1.1.0
VERSION = 1.2.0

#Compilation flags
LTM_CFLAGS = -I. $(CFLAGS)
Expand Down
6 changes: 3 additions & 3 deletions makefile_include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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/_.*//')

Expand Down

0 comments on commit 8adc904

Please sign in to comment.