From 432e3bd8eb40c4e5a40b688da6764d418b1804b2 Mon Sep 17 00:00:00 2001 From: Tom St Denis Date: Sun, 31 Jan 2016 13:52:03 -0500 Subject: [PATCH] Bump to v1.0.0 --- bn.tex | 2 +- changes.txt | 5 +++-- makefile.include | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) 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