Bump to v1.0.0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
diff --git a/bn.tex b/bn.tex
index 22cfa66..d975471 100644
--- a/bn.tex
+++ b/bn.tex
@@ -49,7 +49,7 @@
\begin{document}
\frontmatter
\pagestyle{empty}
-\title{LibTomMath User Manual \\ v0.43.0}
+\title{LibTomMath User Manual \\ v1.0.0}
\author{Tom St Denis \\ tstdenis82@gmail.com}
\maketitle
This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been
diff --git a/changes.txt b/changes.txt
index b5e22de..d70d589 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,6 @@
-XXX, 2014
-v0.43.0
+Feb 5th, 2016
+v1.0.0
+ -- Bump to 1.0.0
-- Dirkjan Bussink provided a faster version of mp_expt_d()
-- Moritz Lenz contributed a fix to mp_mod()
and provided mp_get_long() and mp_set_long()
diff --git a/makefile.include b/makefile.include
index cedb318..b48fac4 100644
--- a/makefile.include
+++ b/makefile.include
@@ -3,8 +3,8 @@
#
#version of library
-VER_MAJOR=0
-VER_MINOR=43
+VER_MAJOR=1
+VER_MINOR=0
VER_PATCH=0
# default make target