Skip to content

Commit

Permalink
Set version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Nov 25, 2020
1 parent 0ea2254 commit 97276b2
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 9 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.1.{build}-{branch}
version: 4.2.2.{build}-{branch}

image:
- Visual Studio 2019
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.2-0obs1) unstable; urgency=medium

* Upstream sync

-- Masahiro Kitagawa <[email protected]> Tue, 24 Nov 2020 23:19:18 +0900

lightzone (4.2.1-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.1
Version: 4.2.2
Maintainer: Masahiro Kitagawa <[email protected]>
Homepage: http://lightzoneproject.org/
Standards-Version: 4.4.1
Expand Down Expand Up @@ -35,4 +35,4 @@ Build-Depends:
rsync
Package-List:
lightzone deb graphics optional
DEBTRANSFORM-TAR: lightzone-4.2.1.tar.bz2
DEBTRANSFORM-TAR: lightzone-4.2.2.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.1
DISTVERSION= 4.2.2
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 @@ -565,7 +565,7 @@ private static void syncPrefs() {

public static void main( String[] args ) throws MalformedURLException {
val isAvailable = checkIfUpdateIsAvailable(
"4.2.1", new URL("file:///tmp/lightzone/appcast.xml"));
"4.2.2", 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.1
4.2.2
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.1
pkgver=4.2.2
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 @@
Tue Nov 24 2020 - KITAGAWA Masahiro <[email protected]>

- Upstream sync to 4.2.2

-------------------------------------------------------------------
Sun Apr 05 2020 - KITAGAWA Masahiro <[email protected]>

- Upstream sync to 4.2.1
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.1
Version: 4.2.2
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.1 ...
echo Starting LightZone version 4.2.2 ...
echo with options : ${@}
java -version

Expand Down

0 comments on commit 97276b2

Please sign in to comment.