Skip to content

Commit

Permalink
Update version to 0.9.1 for Rpi3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbu committed May 4, 2016
1 parent 8fbc42f commit 6646e16
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion !PackMan/!Boot,feb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Set PackMan$Dir <Obey$Dir>
IconSprites <PackMan$Dir>.!Sprites

Set PackMan$Help <PackMan$Dir>.!Help
Set PackMan$Version "0.9.0"
Set PackMan$Version "0.9.1"
Set PackMan$Web "https://sites.google.com/site/alansriscosstuff/packman"
Set PackMan$Title "Package Manager"
Set PackMan$Publisher "Alan Buckley"
Expand Down
2 changes: 1 addition & 1 deletion !PackMan/HelpText
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!PackMan 0.9.0 beta version
!PackMan 0.9.1 beta version

PackMan is an alternative front end to install,
update and remove packages for the RISC OS
Expand Down
3 changes: 2 additions & 1 deletion !PackMan/html/history.htm,faf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<BODY>
<h2>History</h2>
<UL>
<LI><B>0.9.1 Beta - ???</B>
<LI><B>0.9.1 Beta - May 2016</B>
<UL>
<LI>Recompiled with latest GCCSDK compiler so it will run on a RaspberryPi 3.</LI>
<LI>On initial setup, iconbar icon is not shown until !Packages is installed and
a "Quit" button on the dialogue allows PackMan to be exited. Previously there
was no way to exit PackMan until !Packages was installed.</LI>
Expand Down
2 changes: 1 addition & 1 deletion !PackMan/html/index.htm,faf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PackMan is a utility to help install and maintain applications and other components
of a RISC OS computer.
</P>
<P>This is beta version 0.9.0.
<P>This is beta version 0.9.1.
It is already very capable of providing a packaging system, but it is still
evolving due to user feedback and may contain some rough edges and
bugs. Please send me feedback to improve this application.</P>
Expand Down
2 changes: 1 addition & 1 deletion RiscPkg/Control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: PackMan
Version: 0.9.0-1
Version: 0.9.1-1
Section: Administration
Priority: Optional
Maintainer: Alan Buckley <alan_baa@hotmail.com>
Expand Down
2 changes: 1 addition & 1 deletion RiscPkg/Rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile to package PackMan

VERSION=0.9.0-1
VERSION=0.9.1-1
PACKAGES=PackMan_$(VERSION)
INSTALL_TO=Temp/Apps/Admin

Expand Down
2 changes: 1 addition & 1 deletion src/CCRes
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ proginfo_object {
purpose:"Package Management"
author:"� 2009-2016 Alan Buckley"
licence_type:None
prog_version:"0.9.0 Beta (01 Mar 2016)"
prog_version:"0.9.1 Beta (04 May 2016)"
alternative_window_name:""
visit_url:""
visit_url_event:&82b42
Expand Down

0 comments on commit 6646e16

Please sign in to comment.