consistent version numbers
diff --git a/bn.tex b/bn.tex
index d975471..5804318 100644
--- a/bn.tex
+++ b/bn.tex
@@ -49,7 +49,7 @@
\begin{document}
\frontmatter
\pagestyle{empty}
-\title{LibTomMath User Manual \\ v1.0.0}
+\title{LibTomMath User Manual \\ v1.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 d70d589..640b497 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,6 +1,6 @@
Feb 5th, 2016
-v1.0.0
- -- Bump to 1.0.0
+v1.0
+ -- Bump to 1.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()