Skip to content

Commit

Permalink
Update version number to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihan committed May 3, 2014
1 parent 1dff578 commit 4932bfc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Mac Engine/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>207</string>
<string>208</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>i386</key>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.55])
AC_INIT([SLUDGE], [2.2], [[email protected]], [sludge], [http://opensludge.github.io/])
AC_INIT([SLUDGE], [2.2.1], [[email protected]], [sludge], [http://opensludge.github.io/])
AC_CONFIG_SRCDIR([source/CommonCode/tga.cpp])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion sludge.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; gtk installer name for embedding
!define GTK_INSTALLER_EXE "gtk2-runtime-2.16.6-2010-05-12-ash.exe"

!define PRODUCT_VERSION "2.2"
!define PRODUCT_VERSION "2.2.1"
!define PRODUCT_NAME "SLUDGE"
!define PRODUCT_NAME_SMALL "sludge"
!define PRODUCT_PUBLISHER "SLUDGE Developers"
Expand Down
6 changes: 3 additions & 3 deletions source/CommonCode/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define MAJOR_VERSION 2
#define MINOR_VERSION 2
#define RELEASE_VERSION 0
#define BUILD_VERSION 207
#define TEXT_VERSION "2.2.0"
#define RELEASE_VERSION 1
#define BUILD_VERSION 208
#define TEXT_VERSION "2.2.1"
#define WHOLE_VERSION (MAJOR_VERSION * 256 + MINOR_VERSION) // This version
#define MINIM_VERSION (1 * 256 + 2) // Earliest version of games the engine can run

Expand Down

0 comments on commit 4932bfc

Please sign in to comment.