We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e8916 commit 5682660Copy full SHA for 5682660
Makefile
@@ -30,7 +30,7 @@ package := com.stumbleupon.async
30
spec_title := SUAsync Library
31
spec_vendor := The SUAsync Authors
32
# Semantic Versioning (see http://semver.org/).
33
-spec_version := 1.3.1-SNAPSHOT
+spec_version := 1.3.1
34
suasync_SOURCES := \
35
src/Callback.java \
36
src/CallbackOverflowError.java \
NEWS
@@ -1,6 +1,6 @@
1
The SUAsync Library - User visible changes.
2
3
-* Version 1.3.1 (2012-11-03) [???????]
+* Version 1.3.1 (2012-11-03) [aab6920]
4
5
Noteworthy changes:
6
- Restore the limit on the size of the callback chain to 16383.
0 commit comments