diff --git a/ace_advanced_ballistics.dll b/ace_advanced_ballistics.dll index dd19f1d0d4..41e0533991 100644 Binary files a/ace_advanced_ballistics.dll and b/ace_advanced_ballistics.dll differ diff --git a/ace_break_line.dll b/ace_break_line.dll index 482486ddd3..d76c3d4819 100644 Binary files a/ace_break_line.dll and b/ace_break_line.dll differ diff --git a/ace_clipboard.dll b/ace_clipboard.dll index 5b4ac1c537..c6b771be7f 100644 Binary files a/ace_clipboard.dll and b/ace_clipboard.dll differ diff --git a/ace_fcs.dll b/ace_fcs.dll index 919a4d0e5b..b224c194cd 100644 Binary files a/ace_fcs.dll and b/ace_fcs.dll differ diff --git a/ace_medical.dll b/ace_medical.dll index 1f4f71d5ca..790154d4c4 100644 Binary files a/ace_medical.dll and b/ace_medical.dll differ diff --git a/ace_parse_imagepath.dll b/ace_parse_imagepath.dll index 33264959a8..f2c6054cec 100644 Binary files a/ace_parse_imagepath.dll and b/ace_parse_imagepath.dll differ diff --git a/documentation/development/extension-guidelines.md b/documentation/development/extension-guidelines.md index d8da6a3974..2d551c4278 100644 --- a/documentation/development/extension-guidelines.md +++ b/documentation/development/extension-guidelines.md @@ -33,7 +33,7 @@ order: 9 ``` cd extensions\build -cmake .. -G "Visual Studio 2014" +cmake .. -G "Visual Studio 14 2015" ``` A Visual studio project file will now be generated in your build directory. diff --git a/extensions/CMakeLists.txt b/extensions/CMakeLists.txt index ed8dd066e4..43bd59abaf 100644 --- a/extensions/CMakeLists.txt +++ b/extensions/CMakeLists.txt @@ -89,8 +89,8 @@ endif() string(TIMESTAMP ACE_BUILDSTAMP "%Y-%m-%dT%H:%M:%SZ") set(ACE_VERSION_MAJOR 3) -set(ACE_VERSION_MINOR 0) -set(ACE_VERSION_REVISION 1) +set(ACE_VERSION_MINOR 2) +set(ACE_VERSION_REVISION 0) EXECUTE_PROCESS(COMMAND git rev-parse --verify HEAD OUTPUT_VARIABLE T_ACE_VERSION_BUILD OUTPUT_STRIP_TRAILING_WHITESPACE