Skip to content

Commit

Permalink
Release: v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
torjohn committed Jun 11, 2014
1 parent b400408 commit 40389a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ command line is only necessary in special cases.
### Download

Binaries, config files, and source code are included in this tarball:
* [megatron-pub-1.0.11.tar.gz](https://www.cert.se/megatron/megatron-pub-1.0.11.tar.gz)
<pre>MD5: 52822f1f87164a3d7454b8e86d83b6d0
SHA1: 644a18e4d5abf9f6f90cee7ebf71a98b2663d3ed</pre>
* [megatron-pub-1.0.12.tar.gz](https://www.cert.se/megatron/megatron-pub-1.0.12.tar.gz)
<pre>MD5: 8bd02ea46d4724f95c996dd1585c73be
SHA1: ce6f8645a1c2e7d31e6676abcf2c7fb912794dbd</pre>
* [Release Notes](https://github.com/cert-se/megatron-java/blob/master/doc/release-notes.txt)


Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app.name=Megatron
app.version=1.0.11
app.tag=v1.0.11
app.version=1.0.12
app.tag=v1.0.12
6 changes: 3 additions & 3 deletions src/se/sitic/megatron/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
*/
public class Version {
private final static String APP_NAME = "Megatron";
private final static String APP_VERSION = "1.0.11";
private final static String APP_TAG = "v1.0.11";
private final static String BUILD_DATE = "2014-06-10 08:22:24";
private final static String APP_VERSION = "1.0.12";
private final static String APP_TAG = "v1.0.12";
private final static String BUILD_DATE = "2014-06-11 08:32:26";
private final static String ANT_VERSION = "Apache Ant(TM) version 1.8.4 compiled on May 22 2012";
private final static String ANT_JAVA_VERSION = "1.7";

Expand Down

0 comments on commit 40389a6

Please sign in to comment.