stan 1 日 前
コミット
4ffc11346e
1 ファイル変更2 行追加2 行削除
  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