Skip to content

Commit

Permalink
post2 updates the README for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 11, 2017
1 parent b7b2ea6 commit 489974b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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.69 for fwdpy11 0.1-post1.
# Generated by GNU Autoconf 2.69 for fwdpy11 0.1-post2.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fwdpy11'
PACKAGE_TARNAME='fwdpy11'
PACKAGE_VERSION='0.1-post1'
PACKAGE_STRING='fwdpy11 0.1-post1'
PACKAGE_VERSION='0.1-post2'
PACKAGE_STRING='fwdpy11 0.1-post2'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1244,7 +1244,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 fwdpy11 0.1-post1 to adapt to many kinds of systems.
\`configure' configures fwdpy11 0.1-post2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1305,7 +1305,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fwdpy11 0.1-post1:";;
short | recursive ) echo "Configuration of fwdpy11 0.1-post2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1395,7 +1395,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
fwdpy11 configure 0.1-post1
fwdpy11 configure 0.1-post2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1785,7 +1785,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 fwdpy11 $as_me 0.1-post1, which was
It was created by fwdpy11 $as_me 0.1-post2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -4993,7 +4993,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 fwdpy11 $as_me 0.1-post1, which was
This file was extended by fwdpy11 $as_me 0.1-post2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5046,7 +5046,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="\\
fwdpy11 config.status 0.1-post1
fwdpy11 config.status 0.1-post2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dnl 2) package version (i.e. 1.2)
dnl 3) bug/info/project email address (i.e. [email protected])
dnl----
dnl
AC_INIT([fwdpy11], [0.1-post1], [[email protected]])
AC_INIT([fwdpy11], [0.1-post2], [[email protected]])


dnl----
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '0.1-post1'
version = '0.1-post2'
# The full version, including alpha/beta/rc tags.
release = '0.1-post1'
release = '0.1-post2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/fwdpy11.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = fwdpy11
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1-post1
PROJECT_NUMBER = 0.1-post2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion fwdpy11/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with fwdpy11. If not, see <http://www.gnu.org/licenses/>.
#
__version__='0.1-post1'
__version__='0.1-post2'
from .fwdpp_types import *
from .fwdpy11_types import *
from .regions import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import setuptools
import os,glob

__version__ = '0.1-post1'
__version__ = '0.1-post2'


class get_pybind_include(object):
Expand Down

0 comments on commit 489974b

Please sign in to comment.