Skip to content

Commit

Permalink
Bump version numbers for the next round of development.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Jan 4, 2023
1 parent f4081ff commit b3694ad
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Pinta-linux-dotnet-${{matrix.dotnet_version}}.zip
path: pinta-2.1.zip
path: pinta-2.2.zip
if-no-files-found: error

build-macos:
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
All notable changes to this project (beginning with version 1.7) will be documented in this file.

## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.0.1...HEAD)
## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.1...HEAD)

Thanks to the following contributors who worked on this release:
- @cameronwhite

### Added

### Changed

### Fixed

## [2.1](https://github.com/PintaProject/Pinta/releases/tag/2.1) - 2023/01/03

Thanks to the following contributors who worked on this release:
- @cameronwhite
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>

<!-- Versioning and assembly info -->
<Version>2.1.0.0</Version>
<Version>2.2.0.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Core/PintaCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static class PintaCore
public static PaletteFormatManager PaletteFormats { get; private set; }
public static IServiceManager Services { get; }

public const string ApplicationVersion = "2.1";
public const string ApplicationVersion = "2.2";

static PintaCore ()
{
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([pinta], [2.1])
AC_INIT([pinta], [2.2])
AM_INIT_AUTOMAKE([tar-ustar foreign])

AC_PROG_INSTALL
Expand Down
4 changes: 2 additions & 2 deletions installer/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.2</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>2.1</string>
<string>2.2</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
<key>UTImportedTypeDeclarations</key>
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define ProductName "Pinta"
#define ProductVersion "2.1"
#define ProductVersion "2.2"

[Setup]
AppId=C0BCDEDA-62E7-4A43-8435-58323E096912
Expand Down

0 comments on commit b3694ad

Please sign in to comment.