Skip to content

Commit

Permalink
Update to Version 0.93.42
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPanzerProject committed Dec 1, 2018
1 parent 90313e5 commit 0cc1ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OpenPanzerSound.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.6.1, 2018-09-12T10:39:05. -->
<!-- Written by QtCreator 3.6.1, 2018-09-16T13:58:30. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
10 changes: 5 additions & 5 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#ifndef VERSION_H
#define VERSION_H

// LAST UPDATE: 9/16/2018
// LAST UPDATE: 12/01/2018

#define VER_FILEVERSION 0,93,40,00
#define VER_FILEVERSION_STR "0.94.40.00\0"
#define VER_FILEVERSION 0,93,42,00
#define VER_FILEVERSION_STR "0.94.42.00\0"

// THIS IS THE VERSION THAT WILL BE CHECKED AGAINST the appcast.xml version on the downloads page.
// YOU MUST ALSO RUN QMAKE for this to update.
#define VER_PRODUCTVERSION 0,93,40,00
#define VER_PRODUCTVERSION_STR "0.93.40\0"
#define VER_PRODUCTVERSION 0,93,42,00
#define VER_PRODUCTVERSION_STR "0.93.42\0"

#define VER_COPYRIGHT_YEAR_STR "2018" // Change it below as well v
#define VER_COMPANYNAME_STR "OpenPanzer.org"
Expand Down

0 comments on commit 0cc1ea3

Please sign in to comment.