WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8adc904

Browse files
committed
bump version
1 parent 5c799e8 commit 8adc904

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.1.0-{build}
1+
version: 1.2.0-{build}
22
branches:
33
only:
44
- master

doc/bn.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
\begin{document}
5151
\frontmatter
5252
\pagestyle{empty}
53-
\title{LibTomMath User Manual \\ v1.1.0}
53+
\title{LibTomMath User Manual \\ v1.2.0}
5454
\author{LibTom Projects \\ www.libtom.net}
5555
\maketitle
5656
This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been

makefile.unix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RANLIB = ranlib
2121
CFLAGS = -O2
2222
LDFLAGS =
2323

24-
VERSION = 1.1.0
24+
VERSION = 1.2.0
2525

2626
#Compilation flags
2727
LTM_CFLAGS = -I. $(CFLAGS)

makefile_include.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44

55
#version of library
6-
VERSION=1.1.0-develop
7-
VERSION_PC=1.1.0
8-
VERSION_SO=2:0:1
6+
VERSION=1.2.0-rc1
7+
VERSION_PC=1.2.0
8+
VERSION_SO=3:0:1
99

1010
PLATFORM := $(shell uname | sed -e 's/_.*//')
1111

0 commit comments

Comments
 (0)