Skip to content

Commit

Permalink
Update version number to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranmillar committed Feb 12, 2018
1 parent fb63ed0 commit ec0cfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lem3edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ using namespace std;
namespace fs = std::experimental::filesystem::v1;

const char *prog_name = "lem3edit";
const char *prog_ver = "1.2";
const char *prog_date = "03/02/2018";
const char *prog_ver = "1.3";
const char *prog_date = "12/02/2018";

void version(void);

Expand Down

0 comments on commit ec0cfea

Please sign in to comment.