Skip to content

Commit 283e794

Browse files
committed
bump version
1 parent 3f8eb99 commit 283e794

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etc/clumsy.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<!-- the funky thing is that the version MUST be x.x.x.x, see msdn for info -->
44
<assemblyIdentity
5-
version="0.2.0.0"
5+
version="0.3.0.0"
66
processorArchitecture="x86"
77
name="clumsy"
88
type="win32"

etc/clumsy64.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<!-- the funky thing is that the version MUST be x.x.x.x, see msdn for info -->
44
<assemblyIdentity
5-
version="0.2.0.0"
5+
version="0.3.0.0"
66
processorArchitecture="amd64"
77
name="clumsy"
88
type="win32"

src/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "iup.h"
55
#include "windivert.h"
66

7-
#define CLUMSY_VERSION "0.2"
7+
#define CLUMSY_VERSION "0.3"
88
#define MSG_BUFSIZE 512
99
#define FILTER_BUFSIZE 1024
1010
#define NAME_SIZE 16

0 commit comments

Comments
 (0)