Skip to content

Commit

Permalink
Bump version to 1.0.0 (fixes: #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jan 8, 2019
1 parent 9cb7bdf commit a6d03cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QXmpp 1.0.0 (UNRELEASED)
------------------------
QXmpp 1.0.0 (Jan 8, 2019)
-------------------------

New features:
- Add XEP-0066: Out of Band Data (partially) (#167, @lnjX)
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ project(qxmpp)

cmake_minimum_required(VERSION 3.2)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 9)
set(VERSION_PATCH 4)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(SO_VERSION 0)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_STRING)
Expand Down

0 comments on commit a6d03cf

Please sign in to comment.