Changeset 999
- Timestamp:
- Jan 2, 2010, 2:43:42 AM (13 years ago)
- Location:
- branches/0.7-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.7-stable/NEWS
r937 r999 6 6 http://dev.thep.lu.se/svndigest/svn/branches/0.7-stable 7 7 8 Version 0.7.2 (released NOT YET) 8 Version 0.7.2 (released 2 January 2010) 9 - Author included in plot unless count is 0 for all revisions (bug #434) 10 - Default codons in config file is now corrected. Old cache files 11 are obsolete and are ignored by svndigest 0.7.2 (bug #431) 9 12 10 13 A complete list of closed tickets can be found here [[br]] -
branches/0.7-stable/m4/version.m4
r937 r999 32 32 # SVNDIGEST_DEV_BUILD - When rolling a tarball we set this to `false'. In 33 33 # repository value remains `true'. 34 m4_define([SVNDIGEST_DEV_BUILD], [ true])34 m4_define([SVNDIGEST_DEV_BUILD], [false]) 35 35 36 36
Note: See TracChangeset
for help on using the changeset viewer.