Skip to content

Commit

Permalink
Updated hardcoded version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
aadibiasi committed May 24, 2024
1 parent ae3cb9f commit 5f56b95
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions bng2/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ CHANGES to BioNetGen
updated 28 September 2021
https://github.com/RuleWorld/bionetgen/

== BioNetGen-2.9.2==
'''''2024 May 24'''''

== Minor changes ==
* Updated underlying NFsim version to 1.14.2, see [here](https://github.com/RuleWorld/nfsim/releases/tag/v1.14.2) for a change list.

== BioNetGen-2.9.1==
'''''2024 February 26'''''

== Minor changes ==
* Fixes a bug that led to invalid SBML files being produced when there were internal variables in a BNGL models. These are produced when anything other than a simple parameter name is used in a RateLaw associated with a rule.
NOTE: These bundles do not include binaries for sbmlTranslator or library files for compiling and linking to the CVODE library. These files are included in previous release bundles if you need them. For import and atomization of SBML models we strongly suggest you use the Atomizer library and tools included in the latest release of PyBioNetGen. Its functionality and reliability is much greater than that of the old sbmlTranslator code.
NOTE2: The linux and mac bundles also contain older versions of the NFsim executable (v.1.12.1). If you need newer versions of NFsim, they can be retrieved from the bin directory of the previous release.

== BioNetGen-2.9.0==
'''''2023 July '''''

Expand Down
2 changes: 1 addition & 1 deletion bng2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CMake
CMAKELISTS_DIR = $(CURDIR)

BNG_VERSION = 2.7.2
BNG_VERSION = 2.9.2
DIST_DIR = BioNetGen-$(BNG_VERSION)
DIST_TARBALL = BioNetGen-$(BNG_VERSION).tgz
GROUP_BINDIR = bin
Expand Down
2 changes: 1 addition & 1 deletion bng2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1
2.9.2

0 comments on commit 5f56b95

Please sign in to comment.