Skip to content

Commit

Permalink
APREPRO: Better error reporting for arithmetic operations on strings
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Nov 7, 2024
1 parent 67819ed commit ad7f5e5
Show file tree
Hide file tree
Showing 4 changed files with 2,686 additions and 2,327 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.34"};
const std::string version_date{"(2024/09/12)"};
const std::string version_short{"6.35"};
const std::string version_date{"(2024/11/06)"};
const std::string version_string = version_short + " " + version_date;

void output_copyright();
Expand Down
Loading

0 comments on commit ad7f5e5

Please sign in to comment.