File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
3
<!-- the funky thing is that the version MUST be x.x.x.x, see msdn for info -->
4
4
<assemblyIdentity
5
- version =" 0.2 .0.0"
5
+ version =" 0.3 .0.0"
6
6
processorArchitecture =" x86"
7
7
name =" clumsy"
8
8
type =" win32"
Original file line number Diff line number Diff line change 2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
3
<!-- the funky thing is that the version MUST be x.x.x.x, see msdn for info -->
4
4
<assemblyIdentity
5
- version =" 0.2 .0.0"
5
+ version =" 0.3 .0.0"
6
6
processorArchitecture =" amd64"
7
7
name =" clumsy"
8
8
type =" win32"
Original file line number Diff line number Diff line change 4
4
#include "iup.h"
5
5
#include "windivert.h"
6
6
7
- #define CLUMSY_VERSION "0.2 "
7
+ #define CLUMSY_VERSION "0.3 "
8
8
#define MSG_BUFSIZE 512
9
9
#define FILTER_BUFSIZE 1024
10
10
#define NAME_SIZE 16
You can’t perform that action at this time.
0 commit comments