From: raster Date: Sun, 30 Jan 2011 05:58:57 +0000 (+0000) Subject: make edje externals interface version locked to edje major version X-Git-Tag: submit/trunk/20120815.180907~741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02c91a304a7372a90aa50125b821a2ca0ded0ab7;p=profile%2Fivi%2Fedje.git make edje externals interface version locked to edje major version (and .0.0) so that externals work between versions. (until we break major version). not a changelog thing as it doesnt materially change anything from 1.0.0 git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56396 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index f5fd1c8..602af28 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ case "$host_os" in have_edje_cc="no" ;; *) - MODULE_ARCH="$host_os-$host_cpu-v_maj.v_min.v_mic" + MODULE_ARCH="$host_os-$host_cpu-v_maj.0.0" install_vim="yes" have_edje_cc="yes" ;;