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