Skip to content

Commit cbd1a70

Browse files
committed
update package version
1 parent f14542d commit cbd1a70

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for fwdpp 0.4.1.
3+
# Generated by GNU Autoconf 2.69 for fwdpp 0.4.2.
44
#
55
# Report bugs to <https://github.com/molpopgen/fwdpp>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='fwdpp'
582582
PACKAGE_TARNAME='fwdpp'
583-
PACKAGE_VERSION='0.4.1'
584-
PACKAGE_STRING='fwdpp 0.4.1'
583+
PACKAGE_VERSION='0.4.2'
584+
PACKAGE_STRING='fwdpp 0.4.2'
585585
PACKAGE_BUGREPORT='https://github.com/molpopgen/fwdpp'
586586
PACKAGE_URL=''
587587

@@ -1297,7 +1297,7 @@ if test "$ac_init_help" = "long"; then
12971297
# Omit some internal or obsolete options to make the list less imposing.
12981298
# This message is too long to be a string in the A/UX 3.1 sh.
12991299
cat <<_ACEOF
1300-
\`configure' configures fwdpp 0.4.1 to adapt to many kinds of systems.
1300+
\`configure' configures fwdpp 0.4.2 to adapt to many kinds of systems.
13011301
13021302
Usage: $0 [OPTION]... [VAR=VALUE]...
13031303
@@ -1363,7 +1363,7 @@ fi
13631363

13641364
if test -n "$ac_init_help"; then
13651365
case $ac_init_help in
1366-
short | recursive ) echo "Configuration of fwdpp 0.4.1:";;
1366+
short | recursive ) echo "Configuration of fwdpp 0.4.2:";;
13671367
esac
13681368
cat <<\_ACEOF
13691369
@@ -1465,7 +1465,7 @@ fi
14651465
test -n "$ac_init_help" && exit $ac_status
14661466
if $ac_init_version; then
14671467
cat <<\_ACEOF
1468-
fwdpp configure 0.4.1
1468+
fwdpp configure 0.4.2
14691469
generated by GNU Autoconf 2.69
14701470
14711471
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1805,7 +1805,7 @@ cat >config.log <<_ACEOF
18051805
This file contains any messages produced by compilers while
18061806
running configure, to aid debugging if configure makes a mistake.
18071807
1808-
It was created by fwdpp $as_me 0.4.1, which was
1808+
It was created by fwdpp $as_me 0.4.2, which was
18091809
generated by GNU Autoconf 2.69. Invocation command line was
18101810
18111811
$ $0 $@
@@ -2672,7 +2672,7 @@ fi
26722672
26732673
# Define the identity of the package.
26742674
PACKAGE='fwdpp'
2675-
VERSION='0.4.1'
2675+
VERSION='0.4.2'
26762676
26772677
26782678
cat >>confdefs.h <<_ACEOF
@@ -5943,7 +5943,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
59435943
# report actual input values of CONFIG_FILES etc. instead of their
59445944
# values after options handling.
59455945
ac_log="
5946-
This file was extended by fwdpp $as_me 0.4.1, which was
5946+
This file was extended by fwdpp $as_me 0.4.2, which was
59475947
generated by GNU Autoconf 2.69. Invocation command line was
59485948
59495949
CONFIG_FILES = $CONFIG_FILES
@@ -6009,7 +6009,7 @@ _ACEOF
60096009
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
60106010
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
60116011
ac_cs_version="\\
6012-
fwdpp config.status 0.4.1
6012+
fwdpp config.status 0.4.2
60136013
configured by $0, generated by GNU Autoconf 2.69,
60146014
with options \\"\$ac_cs_config\\"
60156015

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT([fwdpp], [0.4.1], [https://github.com/molpopgen/fwdpp])
3+
AC_INIT([fwdpp], [0.4.2], [https://github.com/molpopgen/fwdpp])
44
AC_CONFIG_SRCDIR([fwdpp/diploid.hh])
55
AC_CONFIG_SRCDIR([examples/diploid_ind.cc])
66
AC_CONFIG_SRCDIR([experimental_examples/sex_limited_ind.cc])

doc/md/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# FWDPP RELEASE NOTES
22

3+
## 0.4.2
4+
5+
* Fixed error in definition of KTfwd::metapop_serialized and KTfwd::multiloc_serialized.
6+
37
## 0.4.1
48

59
* fwdppConfig no longer attempts linkage to dependent libraries

0 commit comments

Comments
 (0)