Changeset 357 in pacpusframework for branches/0.2.x


Ignore:
Timestamp:
11/24/15 15:11:28 (9 years ago)
Author:
cerichar
Message:

compilation on Windows 10 64 bits, visual 2012, Qt 5.5, boost 1.54

Location:
branches/0.2.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.2.x/CMakeLists.txt

    r322 r357  
    2323set(${PROJECT_NAME}_MAJOR_VERSION 0)
    2424set(${PROJECT_NAME}_MINOR_VERSION 2)
    25 set(${PROJECT_NAME}_PATCH_VERSION 0)
     25set(${PROJECT_NAME}_PATCH_VERSION 2)
    2626set(${PROJECT_NAME}_VERSION
    2727    "${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION}")
  • branches/0.2.x/src/PacpusLib/ColorSeverityFormatter.hpp

    r349 r357  
    303303    }
    304304
    305     //BOOST_DELETED_FUNCTION(FormatSeverityWithColorsTerminal())
    306     FormatSeverityWithColorsTerminal() = delete;
    307305};
    308306
Note: See TracChangeset for help on using the changeset viewer.