Skip to content

Commit

Permalink
increment app version
Browse files Browse the repository at this point in the history
  • Loading branch information
gk7huki committed Sep 8, 2020
1 parent f94357c commit 332062a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dist_files/doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
RV House change log

Version 0.94.6 (08.09.2020)
- Disabled P2P in config file (no longer working since Overnet peers are dead).
- Detect IP from centralized server when joined.
- Windows: Upgrade ACE to 6.3.3.

Version 0.94.5 (20.02.2020)
- New centralized server.
- Updated about page and links.
Expand Down
2 changes: 1 addition & 1 deletion install/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "RV House"
#define MyAppVersion "0.94.5"
#define MyAppVersion "0.94.6"
#define MyAppPublisher "Arto Jalkanen"
#define MyAppURL "http://rvhouse.revoltzone.net"
#define MyAppExeName "rv_house.exe"
Expand Down
5 changes: 5 additions & 0 deletions server/rv_house_version.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
version:0.94.6 min:0.94.6 http://rv12.revoltzone.net/downloads/rv_house
- Disabled P2P in config file (no longer working since Overnet peers are dead).
- Detect IP from centralized server when joined.
- Windows: Upgrade ACE to 6.3.3.

version:0.94.5 min:0.93.7 http://rv12.revoltzone.net/downloads/rv_house
- New centralized server.
- Updated about page and links.
Expand Down
2 changes: 1 addition & 1 deletion src/app_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _APP_VERSION_H_

#define APP_NAME "RV House (Dinosaur Edition)"
#define APP_VERSION_ONLY "0.94.5"
#define APP_VERSION_ONLY "0.94.6"
#define APP_VERSION APP_VERSION_ONLY

// Needed for example by QSettings to organize where settings are stored
Expand Down

0 comments on commit 332062a

Please sign in to comment.