Code

Fix for if LCMS is disabled. (LP# 174854)
[inkscape.git] / build.xml
index 12ca6607cf29ac37453399c7796921a7adb7ac5f..7c3b67b882b6d9dd04223d96c77dad60bdd2904f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -41,7 +41,7 @@
     </description>
 
   <!-- set global properties for this build -->
-  <property name="version"     value="0.46dev"/>
+  <property name="version"     value="0.45+devel"/>
   <property name="src"         location="src"/>
   <property name="lib"         location="lib"/>
   <property name="build"       location="build"/>
   ## T A R G E T    :    D I S T
   ########################################################################
   -->
-  <target name="dist" depends="link,linkview,i18n"
+  <target name="dist" depends="link,linkinkview,i18n"
       description="generate the distribution directory with all needed files">
 
     <!-- Create the distribution directory -->