Skip to content

Commit

Permalink
bump version to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jul 21, 2021
1 parent 25472e4 commit 21678b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

// CURR_VERSION can be over-written externally
#ifndef CURR_VERSION
#define CURR_VERSION 3.3.2
#define CURR_VERSION 3.3.3
#endif
#ifndef CURR_VERSION_COMMA
#define CURR_VERSION_COMMA 3,3,2
#define CURR_VERSION_COMMA 3,3,3
#endif

// VER_QUALIFIER allows people who recompile SumatraPDF to add
Expand Down

0 comments on commit 21678b8

Please sign in to comment.