Changeset 1836


Ignore:
Timestamp:
Feb 26, 2009, 2:26:52 PM (14 years ago)
Author:
Peter
Message:

Preparing release 0.5.1

Location:
branches/0.5-stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.5-stable/NEWS

    r1831 r1836  
    33See the end of this file for copyrights and conditions.
    44
    5 Version 0.5.1 (released NOT YET)
     5Version 0.5.1 (released 26 February 2009)
    66
    7   A complete list of closed tickets can be found here [[br]]
    8   http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.1
     7  - libtool version number was corrected (see r1833)
    98
    109Version 0.5 (released 24 February 2009)
  • branches/0.5-stable/m4/version.m4

    r1833 r1836  
    3232# DEV_BUILD - When rolling a tarball we set this to `false'. In
    3333# repository value remains `true'.
    34 m4_define([DEV_BUILD], [true])
     34m4_define([DEV_BUILD], [false])
    3535
    3636# Library versioning (current:revision:age)
     
    5555# yat-0.4.3  1:2:0
    5656# yat-0.5    1:2:0*
     57# yat-0.5.1  2:0:0
    5758#
    58 m4_define([YAT_LT_CURRENT], [2])
    59 m4_define([YAT_LT_REVISION], [0])
    60 m4_define([YAT_LT_AGE], [0])
     59m4_define([YAT_LT_VERSION_INFO], [2:0:0])
    6160
    6261# *Accidently, the libtool number was not updated for yat 0.5
     
    7473                                  YAT_VERSION))
    7574
    76 m4_define([YAT_LT_VERSION_INFO], YAT_LT_CURRENT[:]YAT_LT_REVISION[:]YAT_LT_AGE)
Note: See TracChangeset for help on using the changeset viewer.