Changeset 1316:be75b07d66d2


Ignore:
Timestamp:
10/02/09 06:58:58 (10 months ago)
Author:
Howard Butler <hobu.inc@…>
Branch:
1.2
Message:

bump versions in prep for release

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • include/liblas/capi/las_version.h

    r1071 r1316  
    4646#define LIBLAS_VERSION_MAJOR    1 
    4747#define LIBLAS_VERSION_MINOR    2 
    48 #define LIBLAS_VERSION_REV      0 
     48#define LIBLAS_VERSION_REV      1 
    4949#define LIBLAS_VERSION_BUILD    0 
    5050#endif 
     
    5555 
    5656#ifndef LIBLAS_RELEASE_DATE 
    57 #define LIBLAS_RELEASE_DATE     20090325 
     57#define LIBLAS_RELEASE_DATE     20091002 
    5858#endif 
    5959 
    6060#ifndef LIBLAS_RELEASE_NAME 
    61 #define LIBLAS_RELEASE_NAME     "1.2.0" 
     61#define LIBLAS_RELEASE_NAME     "1.2.1" 
    6262#endif 
    6363 
  • nmake.opt

    r1071 r1316  
    2424 
    2525# only used for filenames of packages 
    26 PACKAGE_VERSION = 1.2.0 
     26PACKAGE_VERSION = 1.2.1 
    2727 
    2828!MESSAGE *** Setting PACKAGE_VERSION $(PACKAGE_VERSION) 
  • python/setup.py

    r1071 r1316  
    1818import os 
    1919 
    20 version = '1.2.0' 
     20version = '1.2.1' 
    2121 
    2222if os.name == 'nt': 
Note: See TracChangeset for help on using the changeset viewer.