Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyHunt committed Dec 29, 2015
1 parent f4862bf commit f871440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cottage.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define DEF_SOCK_PATH "/tmp/howm"
#define ENV_SOCK_VAR "HOWM_SOCK"
#define BUF_SIZE 1024
#define VERSION "0.2.1"
#define VERSION "0.3"

/* The errors (or lack of) that could be sent back by howm. */
enum ipc_errs { IPC_ERR_NONE, IPC_ERR_SYNTAX, IPC_ERR_ALLOC, IPC_ERR_NO_FUNC,
Expand Down

0 comments on commit f871440

Please sign in to comment.