firasuke / cross / slibtool

Forked from cross/slibtool 7 months ago
Clone

daf3df release 0.5.7

Authored and Committed by midipix 8 years ago
    release 0.5.7
    
        
file modified
+10 -0
NEWS CHANGED
@@ -1,3 +1,13 @@
1
+ 0.5.7:
2
+
3
+ This patch release contains one future-looking change in the project's
4
+ design, as well as a few improvements in slibtool's own build system.
5
+
6
+ - utility: added slbt_main() as a public interface, refactored accordingly.
7
+ - utility: improved box integration, removed need for build-time macro.
8
+ - build system: warn only upon failure to detect native size of pointer.
9
+ - build system: add a test for legacy gcc versions.
10
+
1
11
0.5.6:
2
12
3
13
This patch release contains a few important fixed to program logic,
file modified
+1 -1
project/tagver.mk CHANGED
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
2
2
3
3
VER_MAJOR = 0
4
4
VER_MINOR = 5
5
- VER_PATCH = 6
5
+ VER_PATCH = 7