Skip to content

Commit

Permalink
Setting version to 1.24.90.
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 15, 2009
1 parent 8d4e1fd commit 6695dc9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (MINGW)
endif (MINGW)

# Set version
set (VERSION "1.24.0" CACHE INTERNAL "")
set (VERSION "1.24.90" CACHE INTERNAL "")
string (REGEX REPLACE "^([0-9]*)\\.([0-9]*)\\.([0-9]*)$" "\\1" "VERSION_MAJOR" "${VERSION}")
string (REGEX REPLACE "^([0-9]*)\\.([0-9]*)\\.([0-9]*)$" "\\2" "VERSION_MINOR" "${VERSION}")
string (REGEX REPLACE "^([0-9]*)\\.([0-9]*)\\.([0-9]*)$" "\\3" "VERSION_PATCH" "${VERSION}")
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ or inspired me to make it.
ChangeLog
=========

2009???? - 1.24.90

20090415 - 1.24.0

[-] * Better detect Bluetooth ports on Samsung (bug #862).
Expand Down
2 changes: 1 addition & 1 deletion description-pak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gammu (Gammu All Mobile Management Utilities) 1.24.0
Gammu (Gammu All Mobile Management Utilities) 1.24.90

Gammu is command line utility and library to work with mobile phones
from many vendors. Support for different models differs, but basic
Expand Down
2 changes: 1 addition & 1 deletion gammu.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gammu
Version: 1.24.0
Version: 1.24.90
Release: 1
# Set to 0 to disable bluetooth support
%if 0%{?opensuse_bs} && 0%{?sles_version} == 9
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import string

# some defines
VERSION = '1.24.0'
VERSION = '1.24.90'
VERSION_TUPLE = tuple(map(int, VERSION.split('.')))
GAMMU_REQUIRED = VERSION_TUPLE
PYTHON_REQUIRED = (2,3)
Expand Down

0 comments on commit 6695dc9

Please sign in to comment.