Skip to content

Commit

Permalink
Merge pull request #74 from gs-rezaem/master
Browse files Browse the repository at this point in the history
prepare 16.3.2
  • Loading branch information
gs-rezaem committed Jul 6, 2017
2 parents 2fe718e + 73ba932 commit 00cfd52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## 16.3.2 - 2017-07-05
### Bug Fixes:
- Fix equalsEdgePoint with subquery

## 16.3.1 - 2017-07-05
### Enhancements:
- Implement a simple subquery cache.
Expand Down
2 changes: 1 addition & 1 deletion build/reladomo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
under the License.
-->
<project name="mithra-config" default="determine-jdk">
<property name="reladomo.version" value="16.3.1"/>
<property name="reladomo.version" value="16.3.2"/>
<property name="snapshot" value=""/>
</project>
2 changes: 1 addition & 1 deletion build/sign-release.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setlocal

set VER=16.2.0
set VER=16.3.2

cd ../target
gpg -ab reladomo-%VER%-javadoc.jar
Expand Down

0 comments on commit 00cfd52

Please sign in to comment.