Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Apr 25, 2015
1 parent ffc0734 commit 37e9a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.markdown
Expand Up @@ -3,7 +3,7 @@ todo.c

Command line lightweight todo tool with readable storage, written in C.

latest version: v0.2.5
Latest version: v0.2.6

![](screen-shot.png)

Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -30,7 +30,7 @@
#include <mcheck.h>
#endif

#define TD_VERSION "0.2.5"
#define TD_VERSION "0.2.6"

void td_emsg(int, ...);
void td_exit(int);
Expand Down

0 comments on commit 37e9a35

Please sign in to comment.