projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f233e
)
lock externals to major version of edje.
author
Carsten Haitzler
<raster@rasterman.com>
Sun, 30 Jan 2011 05:59:24 +0000
(
05:59
+0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Sun, 30 Jan 2011 05:59:24 +0000
(
05:59
+0000)
SVN revision: 56397
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 086d53bb8fd1236f627fd6ed7c2fae597f8090c4..71ccea0a709e2a777e9a641da610be6d7cb19284 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-73,7
+73,7
@@
VMIN=v_min
AC_SUBST(VMAJ)
AC_SUBST(VMIN)
-EDJE_VERSION=
"1.0.0"
+EDJE_VERSION=
`pkg-config edje --modversion | awk -F . '{printf("%s.0.0", $1);}'`
case "$host_os" in
mingw32ce* | cegcc*)