Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 20, 2018
1 parent b26dfb1 commit 2fc8d87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Meep Release Notes

## Meep 1.4.1

1/19/2018

* Minor packaging fixes.

## Meep 1.4

1/18/2018
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(meep, 1.4, [email protected])
AC_INIT(meep, 1.4.1, [email protected])
AC_CONFIG_SRCDIR(src/step.cpp)

# Shared-library version number; indicates api compatibility, and is
# not the same as the "public" version number. (Don't worry about this
# except for public releases.) Note that any change to a C++ class
# definition (in the .hpp file) generally breaks binary compatibility.
SHARED_VERSION_INFO="9:0:0" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="9:1:0" # CURRENT:REVISION:AGE

AM_INIT_AUTOMAKE([foreign check-news color-tests parallel-tests silent-rules 1.11])
AM_SILENT_RULES(yes)
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The latest development source is available on [GitHub](https://github.com/stevengj/meep).

The current stable release is **version 1.4** which can be downloaded from:
The current stable release is **version 1.4.1** which can be downloaded from:

- <https://github.com/stevengj/meep/releases>

Expand Down

0 comments on commit 2fc8d87

Please sign in to comment.