Skip to content

Commit

Permalink
Set version 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Jun 18, 2022
1 parent ed91af5 commit 2aadc9b
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.2.4.{build}-{branch}
version: 4.2.5.{build}-{branch}

image:
- macos
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lightzone (4.2.5-0obs1) unstable; urgency=medium

* Upstream sync

-- Masahiro Kitagawa <[email protected]> Wed, 15 Jun 2022 22:12:49 +0900

lightzone (4.2.4-0obs1) unstable; urgency=medium

* Upstream sync
Expand Down
4 changes: 2 additions & 2 deletions debian/lightzone.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: lightzone
Binary: lightzone
Architecture: i386 amd64 armhf arm64
Version: 4.2.4
Version: 4.2.5
Maintainer: Masahiro Kitagawa <[email protected]>
Homepage: http://lightzoneproject.org/
Standards-Version: 4.4.1
Expand Down Expand Up @@ -34,4 +34,4 @@ Build-Depends:
rsync
Package-List:
lightzone deb graphics optional
DEBTRANSFORM-TAR: lightzone-4.2.4.tar.bz2
DEBTRANSFORM-TAR: lightzone-4.2.5.tar.bz2
2 changes: 1 addition & 1 deletion freebsd-ports/graphics/lightzone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= lightzone
DISTVERSION= 4.2.4
DISTVERSION= 4.2.5
PORTREVISION= 0
CATEGORIES= graphics java
DIST_SUBDIR= ${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion lightcrafts/src/com/lightcrafts/app/CheckForUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ private static void syncPrefs() {

public static void main( String[] args ) throws MalformedURLException {
val isAvailable = checkIfUpdateIsAvailable(
"4.2.4", new URL("file:///tmp/lightzone/appcast.xml"));
"4.2.5", new URL("file:///tmp/lightzone/appcast.xml"));
System.exit(isAvailable ? 0 : 1);
}
}
Expand Down
2 changes: 1 addition & 1 deletion lightcrafts/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.4
4.2.5
2 changes: 1 addition & 1 deletion linux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: KITAGAWA Masahiro <[email protected]>
pkgname=lightzone
pkgver=4.2.4
pkgver=4.2.5
pkgrel=0
pkgdesc="Open-source professional-level digital darkroom software"
url="http://lightzoneproject.org/"
Expand Down
5 changes: 5 additions & 0 deletions linux/lightzone.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Jun 15 2022 - KITAGAWA Masahiro <[email protected]>

- Upstream sync to 4.2.5

-------------------------------------------------------------------
Sat Feb 11 2022 - KITAGAWA Masahiro <[email protected]>

- Upstream sync to 4.2.4
Expand Down
2 changes: 1 addition & 1 deletion linux/lightzone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name: lightzone
# Do not use hyphens in Version tag. OBS doesn't handle it properly.
# Use 4.1.0.beta2 for betas and 4.1.0.0 for final, since RPM sorts A-Z before 0-9.
Version: 4.2.4
Version: 4.2.5
Release: 0%{?dist}
License: BSD-3-Clause
Summary: Open-source professional-level digital darkroom software
Expand Down
2 changes: 1 addition & 1 deletion linux/products/lightzone
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LightZone startscript
#
echo Starting LightZone version 4.2.4 ...
echo Starting LightZone version 4.2.5 ...
echo with options : ${@}
java -version

Expand Down
2 changes: 1 addition & 1 deletion macosx/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>LCLZ</string>
<key>CFBundleVersion</key>
<string>4.2.4</string>
<string>4.2.5</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 2aadc9b

Please sign in to comment.