Skip to content

Commit

Permalink
Update info for 2.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwest1066 committed Feb 18, 2022
1 parent c847a64 commit 2aed8ca
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ project(PARTMC Fortran C)

set(PACKAGE_BUGREPORT "[email protected]")
set(PACKAGE_NAME "PartMC")
set(PACKAGE_STRING "PartMC 2.6.0")
set(PACKAGE_STRING "PartMC 2.6.1")
set(PACKAGE_TARNAME "partmc")
set(PACKAGE_VERSION "2.6.0")
set(PACKAGE_VERSION "2.6.1")

######################################################################
# options
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2.6.1 - 2022-02-18

* Update to support SUNDIALS version 5.8.0 (Sylwester Arabas).

2.6.0 - 2021-11-03

* Clean up README formatting (Matt West).
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ PartMC: Particle-resolved Monte Carlo code for atmospheric aerosol simulation

[![Latest version](https://img.shields.io/github/tag/compdyn/partmc.svg?label=version)](https://github.com/compdyn/partmc/blob/master/ChangeLog.md) [![Docker build status](https://img.shields.io/docker/automated/compdyn/partmc.svg)](https://hub.docker.com/r/compdyn/partmc/builds/) [![Github Actions Status](https://github.com/compdyn/partmc/workflows/CI/badge.svg?branch=master)](https://github.com/compdyn/partmc/actions/workflows/main.yml) [![License](https://img.shields.io/github/license/compdyn/partmc.svg)](https://github.com/compdyn/partmc/blob/master/COPYING) [![DOI](https://zenodo.org/badge/24058992.svg)](https://zenodo.org/badge/latestdoi/24058992)

Version 2.6.0
Released 2021-11-03
Version 2.6.1
Released 2022-02-18

**Source:** <https://github.com/compdyn/partmc>

**Homepage:** <http://lagrange.mechse.illinois.edu/partmc/>

**Cite as:** M. West, N. Riemer, J. Curtis, M. Michelotti, and J. Tian (2021) PartMC, [![version](https://img.shields.io/github/release/compdyn/partmc.svg?label=version)](https://github.com/compdyn/partmc), [![DOI](https://zenodo.org/badge/24058992.svg)](https://zenodo.org/badge/latestdoi/24058992)
**Cite as:** M. West, N. Riemer, J. Curtis, M. Michelotti, and J. Tian (2022) PartMC, [![version](https://img.shields.io/github/release/compdyn/partmc.svg?label=version)](https://github.com/compdyn/partmc), [![DOI](https://zenodo.org/badge/24058992.svg)](https://zenodo.org/badge/latestdoi/24058992)

Copyright (C) 2005-2021 Nicole Riemer and Matthew West
Copyright (C) 2005-2022 Nicole Riemer and Matthew West
Portions copyright (C) Andreas Bott, Richard Easter, Jeffrey Curtis,
Matthew Michelotti, and Jian Tian
Licensed under the GNU General Public License version 2 or (at your
Expand Down Expand Up @@ -185,12 +185,12 @@ Installation

2. Unpack PartMC:

tar xzvf partmc-2.6.0.tar.gz
tar xzvf partmc-2.6.1.tar.gz

3. Change into the main PartMC directory (where this README file is
located):

cd partmc-2.6.0
cd partmc-2.6.1

4. Make a directory called `build` and change into it:

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = PartMC
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.6.0
PROJECT_NUMBER = 2.6.1

# 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 doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION = 2.6.0
VERSION = 2.6.1

GRAPHVIZ_FILE = partmc_modules.gv
GRAPHVIZ_PDF = $(patsubst %.gv,%.pdf,$(GRAPHVIZ_FILE))
Expand Down
4 changes: 2 additions & 2 deletions src/output.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2005-2018, 2021 Nicole Riemer and Matthew West
! Copyright (C) 2005-2022 Nicole Riemer and Matthew West
! Licensed under the GNU General Public License version 2 or (at your
! option) any later version. See the file COPYING for details.

Expand Down Expand Up @@ -82,7 +82,7 @@ module pmc_output
#endif

!> PartMC verson number.
character(len=100), parameter :: PARTMC_VERSION = "2.6.0"
character(len=100), parameter :: PARTMC_VERSION = "2.6.1"

!> Type code for undefined or invalid output.
integer, parameter :: OUTPUT_TYPE_INVALID = 0
Expand Down

0 comments on commit 2aed8ca

Please sign in to comment.