Skip to content

Commit

Permalink
Increase version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranmillar committed Feb 3, 2018
1 parent 723d20a commit c063558
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 @@ -43,8 +43,8 @@ using namespace std;
namespace fs = std::experimental::filesystem::v1;

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

void version(void);

Expand Down

0 comments on commit c063558

Please sign in to comment.