Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Updated to version 2.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Aug 31, 2015
1 parent 878ee10 commit dd3579f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -32,8 +32,8 @@ endif(WIN32)

# The version number.
set(ANTIMICRO_MAJOR_VERSION 2)
set(ANTIMICRO_MINOR_VERSION 18)
set(ANTIMICRO_PATCH_VERSION 2)
set(ANTIMICRO_MINOR_VERSION 19)
set(ANTIMICRO_PATCH_VERSION 0)

option(USE_SDL_2 "Use SDL 2 libraries rather than SDL 1." ON)

Expand Down
11 changes: 11 additions & 0 deletions Changelog
@@ -1,3 +1,14 @@
2015-08-31 Travis Nickles <nickles.travis@gmail.com>

Version 2.19

* Added curve options for extra acceleration.

* Fixed bug when App Settings Wizard would pop up when not needed.

* Simplified Chinese translation updated.


2015-08-24 Travis Nickles <nickles.travis@gmail.com>

Version 2.18.2
Expand Down
2 changes: 1 addition & 1 deletion other/antimicro.1
@@ -1,6 +1,6 @@
.\" Manpage for antimicro.
.\" Contact jeff.backus@gmail.com to correct errors or typos.
.TH ANTIMICRO "1" "24 August 2015" "antimicro 2.18.2" "User Commands"
.TH ANTIMICRO "1" "31 August 2015" "antimicro 2.19" "User Commands"
.SH NAME
antimicro \- map keyboard keys and mouse controls to a gamepad
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Expand Up @@ -108,7 +108,7 @@ namespace PadderCommon
const QString configFilePath = QString(configPath).append("/").append(configFileName);
#endif

const int LATESTCONFIGFILEVERSION = 18;
const int LATESTCONFIGFILEVERSION = 19;
// Specify the last known profile version that requires a migration
// to be performed in order to be compatible with the latest version.
const int LATESTCONFIGMIGRATIONVERSION = 5;
Expand Down
2 changes: 1 addition & 1 deletion windows/AntiMicro.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.18.2" Manufacturer="AntiMicro" UpgradeCode="B4C554DD-26E7-4CC3-AA78-6023955EAF67">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.19.0" Manufacturer="AntiMicro" UpgradeCode="E84A3307-5826-406A-8616-341C11B1FE02">
<Package Description="AntiMicro" Comments="AntiMicro" InstallerVersion="200" InstallScope="perMachine" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />
Expand Down
2 changes: 1 addition & 1 deletion windows/AntiMicro_64.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.18.2" Manufacturer="AntiMicro" UpgradeCode="B4C554DD-26E7-4CC3-AA78-6023955EAF67">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.19.0" Manufacturer="AntiMicro" UpgradeCode="E84A3307-5826-406A-8616-341C11B1FE02">
<Package Description="AntiMicro" Comments="AntiMicro" InstallerVersion="200" InstallScope="perMachine" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />
Expand Down

0 comments on commit dd3579f

Please sign in to comment.