aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-09-12 15:42:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-09-12 15:43:24 +0300
commit2831d7278e9849abb4e110e69bfb43c2ef8f3ee6 (patch)
treeb80f0d6d18485aa5f9fecec954d677a9233e0d0b /odb
parent68ec3faa7c3e7bc51e9a0ba0cbb5a77048ea22a9 (diff)
Rename version file to version.txt
Diffstat (limited to 'odb')
-rw-r--r--odb/mysql/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile
index d0eeab3..2a8f6bf 100644
--- a/odb/mysql/makefile
+++ b/odb/mysql/makefile
@@ -112,7 +112,7 @@ libodb-mysql-vc10.vcxproj libodb-mysql-vc10.vcxproj.filters \
libodb-mysql-vc11.vcxproj libodb-mysql-vc11.vcxproj.filters \
libodb-mysql-vc12.vcxproj libodb-mysql-vc12.vcxproj.filters
$(dist): export interface_version = $(shell sed -e \
-'s/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version)
+'s/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version.txt)
$(dist): $(gen)
$(call dist-data,$(sources_dist) $(headers_dist) $(data_dist))