Skip to content

Commit

Permalink
Inc version to 0.3.1. Add a simple doc for building release zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
na-ka-na committed Jan 12, 2014
1 parent 9a3eb3e commit 72903cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions BUILDING
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Release
-------
# Note: set jdk to <= 6 before following
> ant clean test
> ant clean build
# This will create the release zip
2 changes: 1 addition & 1 deletion cfg/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mainclass = com.ka.spreadsheet.diff.SpreadSheetDiffer
test.mainclass = com.ka.spreadsheet.diff.SpreadSheetDifferSmokeTest

# Version
full.version = 0.3
full.version = 0.3.1

# Binaries
binary_name = excel_cmp
Expand Down

0 comments on commit 72903cc

Please sign in to comment.