From bd69cdeea9aef1f254b7d83dd137a4de955151b7 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sat, 27 Dec 2014 15:28:39 +0000 Subject: Add COMPATIBILITY argument to ecm_setup_version(). Lots of libraries will want to use SameMajorVersion to make sure searching for version 1 of a library doesn't give you version 2, for example. We may want to add another, custom compatibility mode for KDE Frameworks-style versioning, where version x.90.z to x.99.z are alpha/beta releases for version (x+1). REVIEW: 121696 --- tests/ECMSetupVersionTest/old_version_file_exact/main.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ECMSetupVersionTest/old_version_file_exact/main.c (limited to 'tests/ECMSetupVersionTest/old_version_file_exact/main.c') diff --git a/tests/ECMSetupVersionTest/old_version_file_exact/main.c b/tests/ECMSetupVersionTest/old_version_file_exact/main.c new file mode 100644 index 00000000..c13815ce --- /dev/null +++ b/tests/ECMSetupVersionTest/old_version_file_exact/main.c @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} -- cgit v1.2.1