Skip to content

Commit

Permalink
[skip ci] Update version number for release. Bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Dec 26, 2019
1 parent c632295 commit 68529f0
Show file tree
Hide file tree
Showing 8 changed files with 2,117 additions and 27 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.0)

set(SIMVOLEON_MAJOR_VERSION 2)
set(SIMVOLEON_MINOR_VERSION 0)
set(SIMVOLEON_MICRO_VERSION 3)
set(SIMVOLEON_BETA_VERSION a)
set(SIMVOLEON_MINOR_VERSION 1)
set(SIMVOLEON_MICRO_VERSION 0)
set(SIMVOLEON_BETA_VERSION )
set(SIMVOLEON_VERSION ${SIMVOLEON_MAJOR_VERSION}.${SIMVOLEON_MINOR_VERSION}.${SIMVOLEON_MICRO_VERSION}${SIMVOLEON_BETA_VERSION})

project(SIMVoleon VERSION ${SIMVOLEON_MAJOR_VERSION}.${SIMVOLEON_MINOR_VERSION}.${SIMVOLEON_MICRO_VERSION})
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ EXTRA_DIST = \
packaging/Windows/NSIS/simvoleon-sdk.html.in \
docs/ChangeLog.v2.0.0 \
docs/ChangeLog.v2.0.1 \
docs/ChangeLog.v2.1.0 \
docs/announcement-1_0_0.txt \
docs/announcement-2_0_0.txt \
docs/announcement-2_0_1.txt
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ EXTRA_DIST = \
packaging/Windows/NSIS/simvoleon-sdk.html.in \
docs/ChangeLog.v2.0.0 \
docs/ChangeLog.v2.0.1 \
docs/ChangeLog.v2.1.0 \
docs/announcement-1_0_0.txt \
docs/announcement-2_0_0.txt \
docs/announcement-2_0_1.txt
Expand Down
18 changes: 10 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
New in SIM Voleon v2.0.2a (so far):

* bugfixes
[none]

* new features
[none]
New in SIM Voleon v2.1.0 (2019-12-26):
* new:
- Kongsberg Oil & Gas Technologies AS ended SimVoleon as a commercial product
and re-licensed it under the BSD 3-clause license as a service to the
user community.
- The build system has been migrated from GNU Autotools to CMake
- Support for BitBucket and AppVeyor as continuous integration service providers

* bugfixes:

New in SIM Voleon v2.0.1:

* bugfixes
Expand All @@ -14,7 +16,7 @@ New in SIM Voleon v2.0.1:
- fixed a major resource leak for OpenGL textures
- obscure bug in optimalization feature for tracking "open" areas fixed
- rendering code is now multithread-safe

New in SIM Voleon v2.0.0:

* new features
Expand Down
8 changes: 7 additions & 1 deletion RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ file.
The changes described here are issues that might have an effect on the
compatibility of your source code when upgrading the library.

SIM Voleon 2.1.0
================

* This version is dependent on the Coin version to be 4.0.0 or
later due to a migration to CMake build system generator.


SIM Voleon 2.0.1
================

* This version is dependent on the Coin version to be 2.3.0 or
later. This was necessary to fix a major resource leak bug with
OpenGL textures.


SIM Voleon 2.0.0
================

Expand Down
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for SIM Voleon 2.0.2a.
# Generated by GNU Autoconf 2.65 for SIM Voleon 2.1.0.
#
# Report bugs to <coin-support@coin3d.org>.
#
Expand Down Expand Up @@ -706,8 +706,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='SIM Voleon'
PACKAGE_TARNAME='sim-voleon'
PACKAGE_VERSION='2.0.2a'
PACKAGE_STRING='SIM Voleon 2.0.2a'
PACKAGE_VERSION='2.1.0'
PACKAGE_STRING='SIM Voleon 2.1.0'
PACKAGE_BUGREPORT='coin-support@coin3d.org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1508,7 +1508,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures SIM Voleon 2.0.2a to adapt to many kinds of systems.
\`configure' configures SIM Voleon 2.1.0 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1579,7 +1579,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of SIM Voleon 2.0.2a:";;
short | recursive ) echo "Configuration of SIM Voleon 2.1.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1711,7 +1711,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
SIM Voleon configure 2.0.2a
SIM Voleon configure 2.1.0
generated by GNU Autoconf 2.65

Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2380,7 +2380,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by SIM Voleon $as_me 2.0.2a, which was
It was created by SIM Voleon $as_me 2.1.0, which was
generated by GNU Autoconf 2.65. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3204,11 +3204,11 @@ fi

SIMVOLEON_MAJOR_VERSION=2

SIMVOLEON_MINOR_VERSION=0
SIMVOLEON_MINOR_VERSION=1

SIMVOLEON_MICRO_VERSION=2
SIMVOLEON_MICRO_VERSION=0

SIMVOLEON_BETA_VERSION=a
SIMVOLEON_BETA_VERSION=

SIMVOLEON_VERSION=$SIMVOLEON_MAJOR_VERSION.$SIMVOLEON_MINOR_VERSION.$SIMVOLEON_MICRO_VERSION$SIMVOLEON_BETA_VERSION

Expand Down Expand Up @@ -24074,7 +24074,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by SIM Voleon $as_me 2.0.2a, which was
This file was extended by SIM Voleon $as_me 2.1.0, which was
generated by GNU Autoconf 2.65. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -24140,7 +24140,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
SIM Voleon config.status 2.0.2a
SIM Voleon config.status 2.1.0
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
m4_define([SIMVOLEON_MAJOR], [2])
m4_define([SIMVOLEON_MINOR], [0])
m4_define([SIMVOLEON_MICRO], [2])
m4_define([SIMVOLEON_BETA], [a])
m4_define([SIMVOLEON_MINOR], [1])
m4_define([SIMVOLEON_MICRO], [0])
m4_define([SIMVOLEON_BETA], [])

# Converted to Libtool versioning.
m4_define([SC_ABI_CURRENT], [m4_eval((SIMVOLEON_MAJOR*20)+SIMVOLEON_MINOR)])
Expand Down
Loading

0 comments on commit 68529f0

Please sign in to comment.