Changeset 48daf2


Ignore:
Timestamp:
01/17/12 12:20:05 (4 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
44b60a20ecd9d4dbc89501151afc74973c1e8aca
Parents:
d326331538b646bc02f6b87b9391500238901a94
git-author:
Micke Prag <micke.prag@telldus.se>2012-01-17 12:20:05+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-01-17 12:20:05+01:00
Message:

Bump version to 2.1.1_beta1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/CMakeLists.txt

    rcb072c r48daf2  
    1212SET(PACKAGE_MAJOR_VERSION 2) 
    1313SET(PACKAGE_MINOR_VERSION 1) 
    14 SET(PACKAGE_PATCH_VERSION 0) 
     14SET(PACKAGE_PATCH_VERSION 1) 
    1515SET(PACKAGE_VERSION "${PACKAGE_MAJOR_VERSION}.${PACKAGE_MINOR_VERSION}.${PACKAGE_PATCH_VERSION}") 
    16 SET(PACKAGE_SUBVERSION) 
     16SET(PACKAGE_SUBVERSION "beta1") 
    1717SET(PACKAGE_SOVERSION 2) 
    1818 
  • telldus-gui/CMakeLists.txt

    r5f0d1b r48daf2  
    99SET(PACKAGE_MAJOR_VERSION 2) 
    1010SET(PACKAGE_MINOR_VERSION 1) 
    11 SET(PACKAGE_PATCH_VERSION 0) 
     11SET(PACKAGE_PATCH_VERSION 1) 
    1212SET(PACKAGE_SOVERSION 2) 
    1313SET(PACKAGE_VERSION "${PACKAGE_MAJOR_VERSION}.${PACKAGE_MINOR_VERSION}.${PACKAGE_PATCH_VERSION}") 
    14 SET(DISPLAYED_VERSION ${PACKAGE_VERSION}) 
     14SET(DISPLAYED_VERSION "${PACKAGE_VERSION}_beta1") 
    1515 
    1616SET(BRANDING "telldus" CACHE STRING "The brand to use") 
Note: See TracChangeset for help on using the changeset viewer.