Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Sep 25, 2022
1 parent 437a056 commit 7d8bcc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/res/ChromaFiler.exe.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'
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity
version="0.3.0.0"
version="0.4.0.0"
processorArchitecture="*"
name="chroma.file"
type="win32" />
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define CHROMAFILER_VERSION 0,3,0,0
#define CHROMAFILER_VERSION_STRING "0.3.0\0"
#define CHROMAFILER_VERSION 0,4,0,0
#define CHROMAFILER_VERSION_STRING "0.4.0\0"

#define IDR_RT_MANIFEST1 1 // must be 1 for an exe

Expand Down

0 comments on commit 7d8bcc4

Please sign in to comment.