Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jagt committed Oct 17, 2015
1 parent 3f8eb99 commit 283e794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/clumsy.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<!-- the funky thing is that the version MUST be x.x.x.x, see msdn for info -->
<assemblyIdentity
version="0.2.0.0"
version="0.3.0.0"
processorArchitecture="x86"
name="clumsy"
type="win32"
Expand Down
2 changes: 1 addition & 1 deletion etc/clumsy64.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<!-- the funky thing is that the version MUST be x.x.x.x, see msdn for info -->
<assemblyIdentity
version="0.2.0.0"
version="0.3.0.0"
processorArchitecture="amd64"
name="clumsy"
type="win32"
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "iup.h"
#include "windivert.h"

#define CLUMSY_VERSION "0.2"
#define CLUMSY_VERSION "0.3"
#define MSG_BUFSIZE 512
#define FILTER_BUFSIZE 1024
#define NAME_SIZE 16
Expand Down

0 comments on commit 283e794

Please sign in to comment.