Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Bump to v0.92.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed May 24, 2017
1 parent e54291d commit 546854c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions addons/parabot/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ bind "F12" "restrictedweapons off"

********************************************************************************

v0.92.1 (21.05.2017)

- fixed crashes with steam hl libraries and some mods.
- fixed crashes with test android version of Xash3D FWGS.


v0.92 (21.05.2017):

- added Steam HL and Xash3D support
Expand Down
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- Set your package name here -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="su.xash.xash3d.parabot"
android:versionCode="1"
android:versionName="0.92">
android:versionCode="4"
android:versionName="0.92.1">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="23"/>
<!-- Set your application name here -->
<application android:label="Parabot"
Expand Down
4 changes: 2 additions & 2 deletions dlls/startframe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ extern edict_t *camPlayerLaser;

float welcome_time = 0.0;
#ifdef _DEBUG
char welcome_msg[] = "You are playing a debug version of Parabot 0.92.\n";
char welcome_msg[] = "You are playing a debug version of Parabot 0.92.1\n";
#else
char welcome_msg[] = "Welcome to Parabot 0.92\n";
char welcome_msg[] = "Welcome to Parabot 0.92.1\n";
#endif


Expand Down
2 changes: 1 addition & 1 deletion metamod/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ META_FUNCTIONS gMetaFunctionTable =
plugin_info_t Plugin_info = {
META_INTERFACE_VERSION, // interface version
"Parabot", // plugin name
"0.92", // plugin version
"0.92.1", // plugin version
__DATE__, // date of creation
"Andrey Akhmichin, Tobias Heimann & Bots-United", // plugin author
"https://github.com/nekonomicon/Parabot", // plugin URL
Expand Down

0 comments on commit 546854c

Please sign in to comment.