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.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flynd committed Jan 19, 2013
1 parent a4674fb commit 1e64119
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 27 deletions.
4 changes: 2 additions & 2 deletions aosd/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions auto-reply/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions console/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions forwarder/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions jabber/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
9 changes: 4 additions & 5 deletions licq/README
@@ -1,11 +1,10 @@
LICQ v1.7.1 README
LICQ v1.7.2 README
http://www.licq.org/
#Licq on irc.freenode.net

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.
This is the development version of the future Licq 1.7.2.
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.

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
4 changes: 2 additions & 2 deletions licq/cmake/LicqVersion.cmake
Expand Up @@ -5,8 +5,8 @@
# Licq version
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 "") # Any string
set(LICQ_VERSION_RELEASE 2) # 0 <= release <= 9
set(LICQ_VERSION_EXTRA "-dev") # 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 licq/doc/README
@@ -1,4 +1,4 @@
LICQ v1.7.1
LICQ v1.7.2

An ICQ clone written in C and C++ using a plugin system to allow for
many possible interfaces.
Expand Down
14 changes: 14 additions & 0 deletions licq/doc/README-1.7.1
@@ -0,0 +1,14 @@
LICQ v1.7.1 README
http://www.licq.org/
#Licq on irc.freenode.net

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
doc/README for the respective plugins.

The Licq Team
2 changes: 1 addition & 1 deletion licqweb/README
@@ -1,4 +1,4 @@
licqweb 1.7.1
licqweb 1.7.2

To use this you need latest cvs of licq with the rms plugin.

Expand Down
4 changes: 2 additions & 2 deletions msn/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions osd/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions qt4-gui/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")
4 changes: 2 additions & 2 deletions rms/version.cmake
@@ -1,5 +1,5 @@
# The plugin's version
set(PLUGIN_VERSION_MAJOR 1)
set(PLUGIN_VERSION_MINOR 7)
set(PLUGIN_VERSION_RELEASE 1)
set(PLUGIN_VERSION_EXTRA "")
set(PLUGIN_VERSION_RELEASE 2)
set(PLUGIN_VERSION_EXTRA "-dev")

0 comments on commit 1e64119

Please sign in to comment.