stan 1 day ago
parent
commit
4ffc11346e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Sunrise/resources/resource.h

+ 2 - 2
Sunrise/resources/resource.h

@@ -34,10 +34,10 @@
 /** The four numeric fields of the version resource, in FILEVERSION order. */
 #define SUNRISE_VER_MAJOR 0
 #define SUNRISE_VER_MINOR 5
-#define SUNRISE_VER_PATCH 0
+#define SUNRISE_VER_PATCH 1
 #define SUNRISE_VER_BUILD 0
 /** The same version as display text. Windows shows this string, not the four fields. */
-#define SUNRISE_VER_STRING "0.5.0.0"
+#define SUNRISE_VER_STRING "0.5.1.0"
 
 /** SQLite schema, default rows, and upstream notice are embedded in the DLL. */
 #define IDR_INVESTMENT_SCHEMA 106