Browse Source

Set Version to RC1

Stefan Profanter 4 years ago
parent
commit
5c22bf13c1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CMakeLists.txt
  2. 2 2
      debian/changelog

+ 1 - 1
CMakeLists.txt

@@ -35,7 +35,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
 set(OPEN62541_VER_MAJOR 1)
 set(OPEN62541_VER_MINOR 0)
 set(OPEN62541_VER_PATCH 0)
-set(OPEN62541_VER_LABEL "-dev") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string
+set(OPEN62541_VER_LABEL "-rc1") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string
 
 # Set OPEN62541_VER_COMMIT
 if(GIT_FOUND)

+ 2 - 2
debian/changelog

@@ -1,5 +1,5 @@
-open62541 (1.0) UNRELEASED; urgency=low
+open62541 (1.0-rc1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Release Candidate 1 for 1.0 Version.
 
  -- open62541 Team <open62541-core@googlegroups.com>  Fri, 19 Jul 2019 10:51:28 +0100