diff --git a/doc/update.log b/doc/update.log index 780c422..ae81148 100644 --- a/doc/update.log +++ b/doc/update.log @@ -1,3 +1,4 @@ +### [v1.2.0.73](https://github.com/chenall/ALMRun/releases/tag/v1.2.0.73) 2015-01-26 参数配置新增<保存窗口位置>选项. 2015-01-25 修正使用空格键执行时,再次弹出程序程序时输入框的空格问题. 2015-01-25 使用新的方法激活窗口(唯一进程功能更稳定). diff --git a/src/ALMRunVersion.h b/src/ALMRunVersion.h index dfe4566..5f64290 100644 --- a/src/ALMRunVersion.h +++ b/src/ALMRunVersion.h @@ -1,6 +1,6 @@ #ifndef _ALMRUN_VERSION_H_ #define _ALMRUN_VERSION_H_ -#define VERSION_INT 1,2,0,72 -#define VERSION_STR "1,2,0,72" -#define VERSION_DATE "2014/12/21" +#define VERSION_INT 1,2,0,73 +#define VERSION_STR "1,2,0,73" +#define VERSION_DATE "2015/01/26" #endif