Changeset 2393
- Timestamp:
- Jan 6, 2011, 2:25:08 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r2391 r2393 2 2 3 3 See the end of this file for copyrights and conditions. 4 5 version 0.8 (released DATE) 6 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.8 9 4 10 5 11 yat 0.7.x series from http://dev.thep.lu.se/yat/svn/branches/0.7-stable -
trunk/m4/version.m4
r2382 r2393 2 2 # 3 3 # Copyright (C) 2008, 2009 Jari Häkkinen, Peter Johansson 4 # Copyright (C) 2010 Peter Johansson4 # Copyright (C) 2010, 2011 Peter Johansson 5 5 # 6 6 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 26 26 m4_define([MAJOR_VERSION], [0]) 27 27 # MINOR - Modify when new functionality is added 28 m4_define([MINOR_VERSION], [ 7])28 m4_define([MINOR_VERSION], [8]) 29 29 # PATCH - Modify for every released patch 30 30 m4_define([PATCH_VERSION], [0]) … … 68 68 # *Accidently, the libtool number was not updated for yat 0.5 69 69 # 70 m4_define([YAT_LT_VERSION_INFO], [ 4:0:0])70 m4_define([YAT_LT_VERSION_INFO], [5:0:0]) 71 71 72 72 ###
Note: See TracChangeset
for help on using the changeset viewer.