You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/09/13 14:54:41 UTC

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1417: MINIFICPP-1834 Add VERSIONINFO resource file

szaszm commented on code in PR #1417:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1417#discussion_r969736243


##########
CMakeLists.txt:
##########
@@ -20,7 +20,7 @@
 cmake_minimum_required(VERSION 3.17)
 cmake_policy(SET CMP0096 NEW) # policy to preserve the leading zeros in PROJECT_VERSION_{MAJOR,MINOR,PATCH,TWEAK}
 cmake_policy(SET CMP0065 OLD) # default export policy, required for self-dlopen
-project(nifi-minifi-cpp VERSION 0.12.0)
+project(nifi-minifi-cpp VERSION 0.13.0)

Review Comment:
   There is another version number in libminifi/CMakeLists.txt



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org