Skip to content

Commit

Permalink
Update changelog and copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
Xymph committed Jul 15, 2022
1 parent 3ab4117 commit 62e7d47
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a Changelog](https://keepachangelog.com/).

### Version 0.11.0 - 2022-07-15

#### Added
* Support for MBF21 v2.21

#### Changed
* Some [PSR-12](https://www.php-fig.org/psr/psr-12/)-related code formatting updates

### Version 0.10.0 - 2021-12-31

#### Added
* Support for PrBoom+um v2.6+

### Version 0.9.2 - 2021-11-08
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## MIT License

Copyright (c) 2021 Frans P. de Vries
Copyright (c) 2021-2022 Frans P. de Vries

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lmpStats.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
// LMP (Doom-engine demo) statistics
// Copyright (C) 2021 by Frans P. de Vries
// Copyright (C) 2021-2022 by Frans P. de Vries
require_once __DIR__.'/lmpstats.inc.php';

$usage = "Usage: {$argv[0]} [-d <level 1/2>] [-H|X|A] [-cl] [-z9] LMP-file\n";
Expand Down
2 changes: 1 addition & 1 deletion lmpstats.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Analyze Doom-engine demos - main include
// Copyright (C) 2021 by Frans P. de Vries
// Copyright (C) 2021-2022 by Frans P. de Vries

define('VERSION', '0.11.0');
define('DEMOEND', 0x80);
Expand Down
2 changes: 1 addition & 1 deletion lmpstats.legacy.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Analyze Doom Legacy demos
// Copyright (C) 2021 by Frans P. de Vries
// Copyright (C) 2021-2022 by Frans P. de Vries

define('MAXPLAYERS', 32);
define('NUMWEAPONS', 9);
Expand Down
2 changes: 1 addition & 1 deletion lmpstats.zdoom.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Analyze ZDoom-family demos
// Copyright (C) 2021 by Frans P. de Vries
// Copyright (C) 2021-2022 by Frans P. de Vries

// deathmatch flags
define('DF_NO_MONSTERS', 0x1000);
Expand Down

0 comments on commit 62e7d47

Please sign in to comment.