Commit 59c2ab84 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated images and version num.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@3216 b35dd754-fafc-0310-a699-88a17e54d16e
parent cbc4a287
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
<!-- ======================================================================================= --> <!-- ======================================================================================= -->
<property name="version.major" value="2"/> <property name="version.major" value="2"/>
<property name="version.minor" value="3"/> <property name="version.minor" value="4"/>
<property name="version.revision" value="1"/> <property name="version.revision" value="0"/>
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' --> <property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="dist.prefix" value="wildfire"/> <property name="dist.prefix" value="wildfire"/>
......
build/installer/images/splash.gif

2.37 KB | W: | H:

build/installer/images/splash.gif

5.57 KB | W: | H:

build/installer/images/splash.gif
build/installer/images/splash.gif
build/installer/images/splash.gif
build/installer/images/splash.gif
  • 2-up
  • Swipe
  • Onion skin
build/installer/images/splash2.gif

2.36 KB | W: | H:

build/installer/images/splash2.gif

2.41 KB | W: | H:

build/installer/images/splash2.gif
build/installer/images/splash2.gif
build/installer/images/splash2.gif
build/installer/images/splash2.gif
  • 2-up
  • Swipe
  • Onion skin
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<install4j version="3.2.1"> <install4j version="3.2.2">
<directoryPresets config="C:/Documents and Settings/Matt/Desktop/jre" /> <directoryPresets config="../../../../../Desktop/jre" />
<application name="%APP_NAME%" distributionSourceDir="" applicationId="%APPLICATION_ID%" mediaDir="../../target/release" mediaFilePattern="%FILE_PREFIX%_%VERSION_MAJOR%_%VERSION_MINOR%_%VERSION_REVISION%" compression="9" lzmaCompression="true" keepModificationTimes="true" shortName="%APP_SHORT_NAME%" publisher="%PUBLISHER%" publisherWeb="%PUBLISHER_URL%" version="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_REVISION%" allPathsRelative="true" backupOnSave="false" autoSave="true" macSignature="????" javaMinVersion="1.5" javaMaxVersion="" allowBetaVM="false"> <application name="%APP_NAME%" distributionSourceDir="" applicationId="%APPLICATION_ID%" mediaDir="../../target/release" mediaFilePattern="%FILE_PREFIX%_%VERSION_MAJOR%_%VERSION_MINOR%_%VERSION_REVISION%" compression="9" lzmaCompression="true" keepModificationTimes="true" shortName="%APP_SHORT_NAME%" publisher="%PUBLISHER%" publisherWeb="%PUBLISHER_URL%" version="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_REVISION%" allPathsRelative="true" backupOnSave="false" autoSave="true" macSignature="????" javaMinVersion="1.5" javaMaxVersion="" allowBetaVM="false">
<searchSequence> <searchSequence>
<registry /> <registry />
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
</searchSequence> </searchSequence>
<variables> <variables>
<variable name="VERSION_MAJOR" value="2" /> <variable name="VERSION_MAJOR" value="2" />
<variable name="VERSION_MINOR" value="3" /> <variable name="VERSION_MINOR" value="4" />
<variable name="VERSION_REVISION" value="2" /> <variable name="VERSION_REVISION" value="0" />
<variable name="APP_NAME" value="Wildfire" /> <variable name="APP_NAME" value="Wildfire" />
<variable name="APP_SHORT_NAME" value="jive_wildfire" /> <variable name="APP_SHORT_NAME" value="jive_wildfire" />
<variable name="PRODUCT_NAME" value="wildfire" /> <variable name="PRODUCT_NAME" value="wildfire" />
......
...@@ -257,7 +257,7 @@ public class XMPPServer { ...@@ -257,7 +257,7 @@ public class XMPPServer {
name = "127.0.0.1"; name = "127.0.0.1";
} }
version = new Version(2, 3, 1, Version.ReleaseStatus.Release, -1); version = new Version(2, 4, 0, Version.ReleaseStatus.Release, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false; setupMode = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment