Skip to content

Commit

Permalink
update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cromerc committed Apr 19, 2020
1 parent 3db0d2f commit 942877d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QT AGI Studio, release 1.3.1
QT AGI Studio, release 1.3.2

About
=====
Expand Down
2 changes: 1 addition & 1 deletion agistudio.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH AGISTUDIO 1 "May 1, 2019" "agistudio" "QT AGI Studio 1.3.1"
.TH AGISTUDIO 1 "May 1, 2019" "agistudio" "QT AGI Studio 1.3.2"
.SH NAME
QT AGI Studio \- an AGI adventure game development environment
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion help/todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<HEAD>
<TITLE>TODO list</TITLE></HEAD>
<BODY>
<h1>TODO (QT AGI Studio v1.3.1)</h1>
<h1>TODO (QT AGI Studio v1.3.2)</h1>

<i>This is not a development plan but rather an unsorted list of ideas. You are welcome to contribute. :-)</i>

Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
agistudio (1.3.2-1) unstable; urgency=low

* New upstream release.

-- Chris Cromer <[email protected]> Sun, 19 Apr 2020 15:12:00 +0300

agistudio (1.3.1-1) unstable; urgency=low

* New upstream release.
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/agistudio.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Summary: AGI integrated development environment
Name: agistudio
Version: 1.3.1
Version: 1.3.2
Release: 0
Copyright: GPL
Group: Development/Tools
Source: agistudio-1.3.1.tar.gz
Source: agistudio-1.3.2.tar.gz
URL: http://agistudio.sourceforge.net/
%description
AGI (Adventure Game Interpreter) is the adventure game engine used by
Expand Down
7 changes: 7 additions & 0 deletions relnotes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release notes for QT AGI Studio version 1.3.2 (2020-04-19)

- fixes
* fixed view editor fill not updating the canvas
* fixed pic edit not updating the canvas
* add some win32 fixes

Release notes for QT AGI Studio version 1.3.1 (2019-05-09)

- fixes
Expand Down
2 changes: 1 addition & 1 deletion src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ About::About(QWidget *parent, const char *name )
about->setTextFormat(Qt::RichText);
about->setReadOnly(true);
about->setText(
"<center><b>QT AGI studio v. 1.3.1</b><br>"
"<center><b>QT AGI studio v. 1.3.2</b><br>"
"http://agistudio.sourceforge.net/<br>"
"<br>"
"<b>Authors:</b><br>"
Expand Down

0 comments on commit 942877d

Please sign in to comment.