Skip to content

Commit

Permalink
Bump installer version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun committed Oct 27, 2016
1 parent b61d9a8 commit 58c075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/nsis/krita_shell_integration.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
!define RefreshShell '!insertmacro RefreshShell_Macro'

# Shell extension constants
!define KRITASHELLEX_VERSION "1.2.0.0"
!define KRITASHELLEX_VERSION "1.2.1.0"
!getdllversion "kritashellex32.dll" KRITASHELLEX_DLLVER_32_
!define KRITASHELLEX_DLLVER_32 "${KRITASHELLEX_DLLVER_32_1}.${KRITASHELLEX_DLLVER_32_2}.${KRITASHELLEX_DLLVER_32_3}.${KRITASHELLEX_DLLVER_32_4}"
!getdllversion "kritashellex64.dll" KRITASHELLEX_DLLVER_64_
Expand Down

0 comments on commit 58c075c

Please sign in to comment.