From beda9d50a78f19c83cc7870994976fab5ae02164 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Fri, 30 Mar 2012 12:01:50 +0000 Subject: [PATCH] Version change. --- build.xml | 2 +- src/net/java/sip/communicator/impl/version/VersionImpl.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 42cb6cdff..94e4f21ef 100644 --- a/build.xml +++ b/build.xml @@ -49,7 +49,7 @@ + value="${label}"> diff --git a/src/net/java/sip/communicator/impl/version/VersionImpl.java b/src/net/java/sip/communicator/impl/version/VersionImpl.java index e2be8bed1..d45ad16b1 100644 --- a/src/net/java/sip/communicator/impl/version/VersionImpl.java +++ b/src/net/java/sip/communicator/impl/version/VersionImpl.java @@ -37,7 +37,7 @@ public class VersionImpl * Indicates whether this version represents a prerelease (i.e. a * non-complete release like an alpha, beta or release candidate version). */ - public static final boolean IS_PRE_RELEASE_VERSION = true; + public static final boolean IS_PRE_RELEASE_VERSION = false; /** * Returns the version prerelease ID of the current SIP Communicator version @@ -51,7 +51,7 @@ public class VersionImpl * Indicates if this SIP Communicator version corresponds to a nightly build * of a repository snapshot or to an official SIP Communicator release. */ - public static final boolean IS_NIGHTLY_BUILD = true; + public static final boolean IS_NIGHTLY_BUILD = false; /** * The default name of this application.