Skip to content

Commit

Permalink
fix easypdkprog version output
Browse files Browse the repository at this point in the history
  • Loading branch information
freepdk committed Jul 13, 2020
1 parent 78983e5 commit c704def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easypdkprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "fpdkihex8.h"
#include "argp.h"

const char *argp_program_version = "easypdkprog 1.2";
const char *argp_program_version = "easypdkprog 1.3";
static const char easypdkprog_doc[] = "easypdkprog -- read, write and execute programs on PADAUK microcontroller\nhttps://free-pdk.github.io";
static const char easypdkprog_args_doc[] = "list|probe|read|write|erase|start [FILE]";

Expand Down

0 comments on commit c704def

Please sign in to comment.