Skip to content

Commit

Permalink
APREPRO: Update version for last change
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed May 7, 2024
1 parent 7ef1273 commit d963a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/aprepro_lib/apr_aprepro.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#endif

namespace {
const std::string version_short{"6.29"};
const std::string version_date{"(2024/04/23)"};
const std::string version_short{"6.30"};
const std::string version_date{"(2024/05/07)"};
const std::string version_string = version_short + " " + version_date;

void output_copyright();
Expand Down

0 comments on commit d963a3d

Please sign in to comment.