Skip to content

Commit

Permalink
Bump package version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 11, 2018
1 parent bce07df commit 9e99e45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for fwdpp 0.6.1.
# Generated by GNU Autoconf 2.69 for fwdpp 0.7.0.
#
# Report bugs to <https://github.com/molpopgen/fwdpp>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fwdpp'
PACKAGE_TARNAME='fwdpp'
PACKAGE_VERSION='0.6.1'
PACKAGE_STRING='fwdpp 0.6.1'
PACKAGE_VERSION='0.7.0'
PACKAGE_STRING='fwdpp 0.7.0'
PACKAGE_BUGREPORT='https://github.com/molpopgen/fwdpp'
PACKAGE_URL=''

Expand Down Expand Up @@ -1308,7 +1308,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 fwdpp 0.6.1 to adapt to many kinds of systems.
\`configure' configures fwdpp 0.7.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1375,7 +1375,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fwdpp 0.6.1:";;
short | recursive ) echo "Configuration of fwdpp 0.7.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1475,7 +1475,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
fwdpp configure 0.6.1
fwdpp configure 0.7.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1815,7 +1815,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 fwdpp $as_me 0.6.1, which was
It was created by fwdpp $as_me 0.7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2167,21 +2167,21 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
$as_echo "#define FWDPP_MAJOR_VERSION 0" >>confdefs.h
$as_echo "#define FWDPP_MINOR_VERSION 6" >>confdefs.h
$as_echo "#define FWDPP_MINOR_VERSION 7" >>confdefs.h
$as_echo "#define FWDPP_REVISION_VERSION 1" >>confdefs.h
$as_echo "#define FWDPP_REVISION_VERSION 0" >>confdefs.h
$as_echo "#define FWDPP_VERSION_STRING \"0.6.1\"" >>confdefs.h
$as_echo "#define FWDPP_VERSION_STRING \"0.7.0\"" >>confdefs.h
FWDPP_MAJOR_VERSION=0
FWDPP_MINOR_VERSION=6
FWDPP_MINOR_VERSION=7
FWDPP_REVISION_VERSION=1
FWDPP_REVISION_VERSION=0
FWDPP_VERSION_STRING=0"."6"."1
FWDPP_VERSION_STRING=0"."7"."0
Expand Down Expand Up @@ -2701,7 +2701,7 @@ fi
# Define the identity of the package.
PACKAGE='fwdpp'
VERSION='0.6.1'
VERSION='0.7.0'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5765,7 +5765,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 fwdpp $as_me 0.6.1, which was
This file was extended by fwdpp $as_me 0.7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5831,7 +5831,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="\\
fwdpp config.status 0.6.1
fwdpp config.status 0.7.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ(2.59)

m4_define([FWDPP_MAJOR],0)
m4_define([FWDPP_MINOR],6)
m4_define([FWDPP_REVISION],1)
m4_define([FWDPP_MINOR],7)
m4_define([FWDPP_REVISION],0)
AC_INIT([fwdpp], [FWDPP_MAJOR.FWDPP_MINOR.FWDPP_REVISION], [https://github.com/molpopgen/fwdpp])
AC_DEFINE(FWDPP_MAJOR_VERSION,FWDPP_MAJOR,[Define major version number.])
AC_DEFINE(FWDPP_MINOR_VERSION,FWDPP_MINOR,[Define major version number.])
Expand Down
6 changes: 3 additions & 3 deletions fwdpp/version.hpp
Expand Up @@ -6,8 +6,8 @@
#define FWDPP_VERSION_HPP_

#define FWDPP_VERSION_MAJOR 0
#define FWDPP_VERSION_MINOR 6
#define FWDPP_VERSION_REVISION 1
#define FWDPP_VERSION_STRING "0.6.1"
#define FWDPP_VERSION_MINOR 7
#define FWDPP_VERSION_REVISION 0
#define FWDPP_VERSION_STRING "0.7.0"

#endif

0 comments on commit 9e99e45

Please sign in to comment.