Bumped version

This commit is contained in:
Carsten Larsen 2017-04-15 20:43:33 +02:00
parent 3374eebd4d
commit 6cf752a257
19 changed files with 25 additions and 19 deletions

View File

@ -1,5 +1,8 @@
amath release history
v1.8.1 May 1 2017
- OpenBSD support
v1.8.0 April 13 2017
- Fixed bugs in numeral systems.
- Fixed bugs related to infinity (Inf).

View File

@ -20,7 +20,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.TH amath 1 "Version 1.8.0" "April 13 2017"
.TH amath 1 "Version 1.8.1" "May 1 2017"
.SH NAME
amath \- Simple command line calculator
.SH SYNOPSIS

View File

@ -1,7 +1,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "amath"
PROJECT_NUMBER = "1.8.0"
PROJECT_NUMBER = "1.8.1"
PROJECT_BRIEF = "Simple command line calculator"
PROJECT_LOGO =
OUTPUT_DIRECTORY = ../amath-doc

View File

@ -2,7 +2,7 @@
set -e
version="1.8.0"
version="1.8.1"
build_package () {

View File

@ -2,7 +2,7 @@
# DO NOT USE THIS SCRIPT UNLESS YOU KNOW WHAT YOU ARE DOING !
version='1.8.0'
version='1.8.1'
stamp="201704130000"
#stamp="201704110000"
srcdir="amath-rc"

View File

@ -2,7 +2,7 @@
set -e
version="1.8.0"
version="1.8.1"
echo "Building amath ${version} for Windows ..."

2
configure vendored
View File

@ -27,7 +27,7 @@
set -e
version="1.8.0"
version="1.8.1"
clang=false
debugsym=false

View File

@ -281,9 +281,9 @@ typedef int bool;
#endif
/******************************************************************************/
#define TXTARCH TXTCPU TXTFPU
#define RELDATESTAMP "(13-04-2017)"
#define TXTDOSVERSION "\0$VER: amath 1.80" SPACE RELDATESTAMP SPACE TXTARCH
#define TXTTITLE "amath version 1.8.0"
#define RELDATESTAMP "(01-05-2017)"
#define TXTDOSVERSION "\0$VER: amath 1.81" SPACE RELDATESTAMP SPACE TXTARCH
#define TXTTITLE "amath version 1.8.1"
#define TXTCOPYRIGHT "(c) 2017 Carsten Sonne Larsen"
#define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT
/******************************************************************************/

View File

@ -20,7 +20,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.TH "amathc.h" 3 "Version 1.8.0" "April 13 2017"
.TH "amathc.h" 3 "Version 1.8.1" "May 1 2017"
.SH NAME
amathc.h \- C functions for manipulating strings and memory
.SH SYNOPSIS

View File

@ -1,7 +1,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "amathc"
PROJECT_NUMBER = "1.8.0"
PROJECT_NUMBER = "1.8.1"
PROJECT_BRIEF = "C functions for manipulating strings and memory"
PROJECT_LOGO =
OUTPUT_DIRECTORY =

View File

@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib
Name: amath C library
Description: C functions for manipulating strings and memory
Version: 1.8.0
Version: 1.8.1
Cflags: -I${includedir}
Libs: -L${libdir} -lamathc

View File

@ -20,7 +20,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.TH "mathi.h" 3 "Version 1.8.0" "April 13 2017"
.TH "mathi.h" 3 "Version 1.8.1" "May 1 2017"
.SH NAME
mathi.h \- Complex numbers math library
.SH SYNOPSIS

View File

@ -1,7 +1,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "amathi"
PROJECT_NUMBER = "1.8.0"
PROJECT_NUMBER = "1.8.1"
PROJECT_BRIEF = "Complex numbers math library"
PROJECT_LOGO =
OUTPUT_DIRECTORY =

View File

@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib
Name: amath complex library
Description: Complex numbers math library
Version: 1.8.0
Version: 1.8.1
Cflags: -I${includedir}
Libs: -L${libdir} -lamathi

View File

@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib
Name: amath application library
Description: C++ library for handling numbers
Version: 1.8.0
Version: 1.8.1
Cflags: -I${includedir}
Libs: -L${libdir} -lamathapp -lamathr -lamathi -lamathc

View File

@ -261,6 +261,9 @@
\page release_page Release history
\section release_sec Release history
\subsection version181 1.8.1 May 1 2017
- OpenBSD support
\subsection version180 1.8.0 April 13 2017
- Fixed bugs in numeral systems.
- Fixed bugs related to infinity (Inf).

View File

@ -20,7 +20,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.TH "mathr.h" 3 "Version 1.8.0" "April 13 2017"
.TH "mathr.h" 3 "Version 1.8.1" "May 1 2017"
.SH NAME
mathr.h \- Real numbers math library
.SH SYNOPSIS

View File

@ -1,7 +1,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "amathr"
PROJECT_NUMBER = "1.8.0"
PROJECT_NUMBER = "1.8.1"
PROJECT_BRIEF = "Real numbers math library"
PROJECT_LOGO =
OUTPUT_DIRECTORY =

View File

@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib
Name: amath real library
Description: Real numbers math library
Version: 1.8.0
Version: 1.8.1
Cflags: -I${includedir}
Libs: -L${libdir} -lamathr