Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Update Licq version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flynd committed Jan 19, 2013
1 parent 0f3b1ec commit a4674fb
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion aosd/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion auto-reply/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion console/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion forwarder/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion jabber/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion licq/LICENSE
@@ -1,5 +1,5 @@
Licq - An Instant Messanger Client for Unix
Copyright (C) 1998-2012 Licq developers
Copyright (C) 1998-2013 Licq developers

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
7 changes: 4 additions & 3 deletions licq/README
Expand Up @@ -2,9 +2,10 @@
http://www.licq.org/
#Licq on irc.freenode.net

This is the development version of the future Licq 1.7.1.
This is a work in progress and should not be relied on to be a stable
release at any time before the final release is made.
This is a bugfix release, mainly to solve some crashes and deadlocks that have
been found in Licq 1.7.0.

For more information on what has changed since Licq 1.7.0, see doc/CHANGELOG.

For general information on how to build and run Licq, see doc/README.
For information about building and using the different plugins, see README or
Expand Down
2 changes: 1 addition & 1 deletion licq/cmake/LicqVersion.cmake
Expand Up @@ -6,7 +6,7 @@
set(LICQ_VERSION_MAJOR 1) # 0 <= major <= 64
set(LICQ_VERSION_MINOR 7) # 0 <= minor <= 99
set(LICQ_VERSION_RELEASE 1) # 0 <= release <= 9
set(LICQ_VERSION_EXTRA "-dev") # Any string
set(LICQ_VERSION_EXTRA "") # Any string
set(LICQ_VERSION_PLUGIN_ABI 0) # Increase when breaking plugin ABI

# When building from a git clone, set the extra version to the HEAD revision,
Expand Down
2 changes: 1 addition & 1 deletion msn/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion osd/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion qt4-gui/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")
2 changes: 1 addition & 1 deletion rms/version.cmake
Expand Up @@ -2,4 +2,4 @@
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "-dev")
set(PLUGIN_VERSION_EXTRA "")

0 comments on commit a4674fb

Please sign in to comment.