Overview
Comment: | Post-release version increment (a tad late) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 94a220b7159cc6c7c007879c7da2afed1a840254 |
User & Date: | rkeene on 2014-12-29 03:50:15 |
Other Links: | manifest | tags |
Context
2014-12-29
| ||
04:41 | Added man page, updated to install mount.appfs, updated to obey "exec_destdir" check-in: 1fe5e639ec user: rkeene tags: trunk | |
03:50 | Post-release version increment (a tad late) check-in: 94a220b715 user: rkeene tags: trunk | |
03:49 | Updated to exit in success from "-h" and to ignore the "-v" option check-in: ff9238cef4 user: rkeene tags: trunk | |
Changes
Modified Makefile from [1e4fa82b26] to [7225a891c3].
1 -APPFS_VERSION = 1.2 1 +APPFS_VERSION = 1.3 2 2 CC = gcc 3 3 PKG_CONFIG = pkg-config 4 4 FUSE_CFLAGS = $(shell $(PKG_CONFIG) --cflags fuse) 5 5 CFLAGS_DEBUG = -Wall -g3 -ggdb3 -DDEBUG=1 -UNDEBUG -O0 -DAPPFS_EXIT_PATH=1 6 6 CFLAGS_RELEASE = -Wall -UDEBUG -DNDEBUG=1 -O3 7 7 CFLAGS += $(FUSE_CFLAGS) $(TCL_CFLAGS) $(CFLAGS_RELEASE) 8 8 LDFLAGS += $(TCL_LDFLAGS)