Skip to content

Commit 17deaae

Browse files
committed
update build system for 0.8.1
1 parent 254a907 commit 17deaae

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
AUTOMAKE_OPTIONS = foreign
22
SUBDIRS=fwdpp examples testsuite src
33
ACLOCAL_AMFLAGS = -I m4
4-
EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp python_examples/*.cc python_examples/*.py LICENSE
4+
EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ top_srcdir = @top_srcdir@
303303
AUTOMAKE_OPTIONS = foreign
304304
SUBDIRS = fwdpp examples testsuite src
305305
ACLOCAL_AMFLAGS = -I m4
306-
EXTRA_DIST = doc/fwdpp.doxygen examples/*.cc examples/*.hpp python_examples/*.cc python_examples/*.py LICENSE
306+
EXTRA_DIST = doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE
307307
all: config.h
308308
$(MAKE) $(AM_MAKEFLAGS) all-recursive
309309

configure

Lines changed: 14 additions & 14 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.8.0.
3+
# Generated by GNU Autoconf 2.69 for fwdpp 0.8.1.
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.8.0'
584-
PACKAGE_STRING='fwdpp 0.8.0'
583+
PACKAGE_VERSION='0.8.1'
584+
PACKAGE_STRING='fwdpp 0.8.1'
585585
PACKAGE_BUGREPORT='https://github.com/molpopgen/fwdpp'
586586
PACKAGE_URL=''
587587

@@ -1312,7 +1312,7 @@ if test "$ac_init_help" = "long"; then
13121312
# Omit some internal or obsolete options to make the list less imposing.
13131313
# This message is too long to be a string in the A/UX 3.1 sh.
13141314
cat <<_ACEOF
1315-
\`configure' configures fwdpp 0.8.0 to adapt to many kinds of systems.
1315+
\`configure' configures fwdpp 0.8.1 to adapt to many kinds of systems.
13161316
13171317
Usage: $0 [OPTION]... [VAR=VALUE]...
13181318
@@ -1379,7 +1379,7 @@ fi
13791379

13801380
if test -n "$ac_init_help"; then
13811381
case $ac_init_help in
1382-
short | recursive ) echo "Configuration of fwdpp 0.8.0:";;
1382+
short | recursive ) echo "Configuration of fwdpp 0.8.1:";;
13831383
esac
13841384
cat <<\_ACEOF
13851385
@@ -1479,7 +1479,7 @@ fi
14791479
test -n "$ac_init_help" && exit $ac_status
14801480
if $ac_init_version; then
14811481
cat <<\_ACEOF
1482-
fwdpp configure 0.8.0
1482+
fwdpp configure 0.8.1
14831483
generated by GNU Autoconf 2.69
14841484
14851485
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1819,7 +1819,7 @@ cat >config.log <<_ACEOF
18191819
This file contains any messages produced by compilers while
18201820
running configure, to aid debugging if configure makes a mistake.
18211821
1822-
It was created by fwdpp $as_me 0.8.0, which was
1822+
It was created by fwdpp $as_me 0.8.1, which was
18231823
generated by GNU Autoconf 2.69. Invocation command line was
18241824
18251825
$ $0 $@
@@ -2174,18 +2174,18 @@ $as_echo "#define FWDPP_MAJOR_VERSION 0" >>confdefs.h
21742174
$as_echo "#define FWDPP_MINOR_VERSION 8" >>confdefs.h
21752175
21762176
2177-
$as_echo "#define FWDPP_REVISION_VERSION 0" >>confdefs.h
2177+
$as_echo "#define FWDPP_REVISION_VERSION 1" >>confdefs.h
21782178
21792179
2180-
$as_echo "#define FWDPP_VERSION_STRING \"0.8.0\"" >>confdefs.h
2180+
$as_echo "#define FWDPP_VERSION_STRING \"0.8.1\"" >>confdefs.h
21812181
21822182
FWDPP_MAJOR_VERSION=0
21832183
21842184
FWDPP_MINOR_VERSION=8
21852185
2186-
FWDPP_REVISION_VERSION=0
2186+
FWDPP_REVISION_VERSION=1
21872187
2188-
FWDPP_VERSION_STRING=0"."8"."0
2188+
FWDPP_VERSION_STRING=0"."8"."1
21892189
21902190
21912191
@@ -2705,7 +2705,7 @@ fi
27052705
27062706
# Define the identity of the package.
27072707
PACKAGE='fwdpp'
2708-
VERSION='0.8.0'
2708+
VERSION='0.8.1'
27092709
27102710
27112711
cat >>confdefs.h <<_ACEOF
@@ -5843,7 +5843,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
58435843
# report actual input values of CONFIG_FILES etc. instead of their
58445844
# values after options handling.
58455845
ac_log="
5846-
This file was extended by fwdpp $as_me 0.8.0, which was
5846+
This file was extended by fwdpp $as_me 0.8.1, which was
58475847
generated by GNU Autoconf 2.69. Invocation command line was
58485848
58495849
CONFIG_FILES = $CONFIG_FILES
@@ -5909,7 +5909,7 @@ _ACEOF
59095909
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
59105910
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
59115911
ac_cs_version="\\
5912-
fwdpp config.status 0.8.0
5912+
fwdpp config.status 0.8.1
59135913
configured by $0, generated by GNU Autoconf 2.69,
59145914
with options \\"\$ac_cs_config\\"
59155915

configure.ac

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

33
m4_define([FWDPP_MAJOR],0)
44
m4_define([FWDPP_MINOR],8)
5-
m4_define([FWDPP_REVISION],0)
5+
m4_define([FWDPP_REVISION],1)
66
AC_INIT([fwdpp], [FWDPP_MAJOR.FWDPP_MINOR.FWDPP_REVISION], [https://github.com/molpopgen/fwdpp])
77
AC_DEFINE(FWDPP_MAJOR_VERSION,FWDPP_MAJOR,[Define major version number.])
88
AC_DEFINE(FWDPP_MINOR_VERSION,FWDPP_MINOR,[Define major version number.])

fwdpp/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define FWDPP_VERSION_MAJOR 0
99
#define FWDPP_VERSION_MINOR 8
10-
#define FWDPP_VERSION_REVISION 0
11-
#define FWDPP_VERSION_STRING "0.8.0"
10+
#define FWDPP_VERSION_REVISION 1
11+
#define FWDPP_VERSION_STRING "0.8.1"
1212

1313
#endif

0 commit comments

Comments
 (0)