Skip to content

Commit

Permalink
Revert "Set Version to RC1"
Browse files Browse the repository at this point in the history
This reverts commit 5c22bf1.
  • Loading branch information
Pro committed Jul 23, 2019
1 parent dc78102 commit 761d17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "-rc1") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string
set(OPEN62541_VER_LABEL "-dev") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string

# Set OPEN62541_VER_COMMIT
if(GIT_FOUND)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
open62541 (1.0-rc1) UNRELEASED; urgency=low
open62541 (1.0) UNRELEASED; urgency=low

* Release Candidate 1 for 1.0 Version.
* Initial Release.

-- open62541 Team <[email protected]> Fri, 19 Jul 2019 10:51:28 +0100

0 comments on commit 761d17d

Please sign in to comment.