Skip to content

Commit 5c2bcdf

Browse files
committed
Release 0.97.2
1 parent 96c42ce commit 5c2bcdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ No further development will be done, but bugs will be resolved, if possible.
1111
Don't patch this project downstream but use this code, so all can benefit from
1212
the changes. Pull requests are welcome, but be sure to generate no warnings.
1313

14-
Grab the 0.97.1 tarball:
15-
https://github.com/scarabeusiv/admesh/releases/download/v0.97.1/admesh-0.97.1.tar.gz
14+
Grab the 0.97.2 tarball:
15+
https://github.com/scarabeusiv/admesh/releases/download/v0.97.2/admesh-0.97.2.tar.gz
1616

1717
About ADMesh:
1818
-------------

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
77
# ====================
88
m4_define([admesh_version_major],[0])
99
m4_define([admesh_version_minor],[97])
10-
m4_define([admesh_version_micro],[1])
10+
m4_define([admesh_version_micro],[2])
1111
m4_define([admesh_version],[admesh_version_major.admesh_version_minor.admesh_version_micro])
1212

1313
# =============

0 commit comments

Comments
 (0)