Skip to content

Commit

Permalink
Update version to 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Dec 20, 2021
1 parent 18a26fc commit f53c798
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Maverick Model 3D releases published by Zack Middleton.

Changes for 1.3.13 (YYYY-MM-DD)
Changes for 1.3.13 (2021-12-20)
General
Add GameMaker Studio .d3d model import/export
Add Clear Rotation/Translation Keyframes to Animation menu
Expand Down
4 changes: 2 additions & 2 deletions Makefile.generic
Original file line number Diff line number Diff line change
Expand Up @@ -1174,11 +1174,11 @@ define INFOPLIST
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CGDisableCoalescedUpdates</key>
<true/>
<key>LSMinimumSystemVersion</key>
Expand Down
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ dnl If you change the version, also change the following files
dnl src/mm3dcore/version.h (for x.x.x)
dnl src/win_resource.rc (for x.x.x)
dnl mm3d-win32-installer.nsi (for x.x.x)
dnl desktop/moe.clover.mm3d.metainfo.xml (for x.x.x)
dnl Makefile.generic (for x.x.x)
dnl Makefile.am (for Contents/PlugIns/mm3d/x.x)
dnl Makefile.generic (for plugins/x.x)
dnl plugins/Makefile.am (for plugins/x.x)

AC_INIT([mm3d], [1.3.12])
AC_INIT([mm3d], [1.3.13])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
Expand Down
1 change: 1 addition & 0 deletions desktop/moe.clover.mm3d.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<translation type="qt">mm3d</translation>

<releases>
<release version="1.3.13" date="2021-12-20" />
<release version="1.3.12" date="2019-10-07" />
<release version="1.3.11" date="2019-01-02" />
<release version="1.3.10" date="2018-09-05" />
Expand Down
4 changes: 2 additions & 2 deletions mm3d-win32-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
; See the COPYING file for full license text.


!define VERSION "1.3.12"
!define FILE_VERSION "1_3_12"
!define VERSION "1.3.13"
!define FILE_VERSION "1_3_13"

Name "Maverick Model 3D ${VERSION}"
OutFile "mm3d-${FILE_VERSION}-win32-installer.exe"
Expand Down
7 changes: 4 additions & 3 deletions src/mm3dcore/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,18 @@
// configure.ac (for x.x.x)
// src/win_resource.rc (for x.x.x)
// mm3d-win32-installer.nsi (for x.x.x)
// desktop/moe.clover.mm3d.metainfo.xml (for x.x.x)
// Makefile.generic (for x.x.x)
// Makefile.am (for Contents/PlugIns/mm3d/x.x)
// Makefile.generic (for plugins/x.x)
// plugins/Makefile.am (for plugins/x.x)

#ifndef VERSION
#define VERSION "1.3.12"
#define VERSION "1.3.13"
#endif

#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 12
#define VERSION_PATCH 13

// Set to 0 for stable releases (even minor version) and 1 for
// development versions (odd minor version)
Expand Down
4 changes: 2 additions & 2 deletions src/win_resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
A ICON "mm3d.ico"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "win_manifest.xml"

#define VER_PRODUCTVERSION 1,3,12,0
#define VER_PRODUCTVERSION_STR "1.3.12\0"
#define VER_PRODUCTVERSION 1,3,13,0
#define VER_PRODUCTVERSION_STR "1.3.13\0"

#ifndef DEBUG
#define VER_DEBUG 0
Expand Down

0 comments on commit f53c798

Please sign in to comment.