This version.properties file will have to be updated each time qt-jambi has caught up with Qt itself. Right now, the version is 4.6.0.
Signed-off-by: Francis Galiegue <[email protected]> --- setenv.xml | 3 ++- version.properties | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) create mode 100644 version.properties diff --git a/setenv.xml b/setenv.xml index 418c9b3..b125bee 100644 --- a/setenv.xml +++ b/setenv.xml @@ -4,10 +4,11 @@ This file has two purposes: * download ant-contrib and use it (or pick up the jar from the system - itself); + itself) * set various properties necessary for the build process. --> + <property file="version.properties"/> <property file="buildpath.properties"/> <property file="antcontrib.properties"/> diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..47a9da9 --- /dev/null +++ b/version.properties @@ -0,0 +1 @@ +qtjambi.version = 4.6.0 -- 1.6.6.rc3 _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
