Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2012-02-11 20:29:17 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-02-11 20:29:17 +0400
commit67aad96b74931292465525e5ca3e22b98a7db6c7 (patch)
treee1d5905043d44729ca5f97af2965d9483ccef6a5 /src/MKVersion.m
parent792e152767f35569e25d4e7a23fe77f8b28b6f9d (diff)
Bump MumbleKit's Mumble version number to 1.2.4.
Diffstat (limited to 'src/MKVersion.m')
-rw-r--r--src/MKVersion.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MKVersion.m b/src/MKVersion.m
index 7350c3f..2cfd87a 100644
--- a/src/MKVersion.m
+++ b/src/MKVersion.m
@@ -61,7 +61,7 @@
}
- (NSUInteger) hexVersion {
- return 0x10201;
+ return 0x10204;
}
- (void) setOverrideReleaseString:(NSString *)releaseString {