Skip to content

Commit

Permalink
JFreesteel EidViewer release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grakic committed Feb 15, 2015
1 parent 5181dbc commit 5a340d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions eidviewer/packages/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
jfreesteel-eidviewer (1.1) stable; urgency=medium

* 1.1 release.
* PDF report

-- Goran Rakic <[email protected]> Sun, 14 Feb 2015 04:27:21 +0100

jfreesteel-eidviewer (1.0-X-20140924) stable; urgency=medium

* 1.0 release.
Expand Down
2 changes: 1 addition & 1 deletion eidviewer/packages/deb/eidviewer
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
SCRIPT_LOCATION="`readlink -f "$0"`"
INSTALL_DIRECTORY="`dirname "$SCRIPT_LOCATION"`"

cd "$INSTALL_DIRECTORY" && java -jar eidviewer-1.0.jar
cd "$INSTALL_DIRECTORY" && java -jar eidviewer-1.1.jar

6 changes: 3 additions & 3 deletions eidviewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<artifactId>eidviewer</artifactId>
<name>JFreesteel eID Viewer</name>
<description>Serbian eID viewer application using the JFreesteel library</description>
<version>1.0</version>
<version>1.1</version>
<properties>
<windowsProductVersion>1.0.0.2</windowsProductVersion>
<windowsProductVersion>1.1.0.1</windowsProductVersion>
<windowsProductName>JFreesteel eID Viewer</windowsProductName>
</properties>
<build>
Expand Down Expand Up @@ -65,7 +65,7 @@
<addDependencies>true</addDependencies>
</classPath>
<jre>
<minVersion>1.6.0</minVersion>
<minVersion>1.7.0</minVersion>
</jre>
<versionInfo>
<fileVersion>${windowsProductVersion}</fileVersion>
Expand Down
2 changes: 1 addition & 1 deletion eidviewer/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
;======================================================
; Version Tab information for Setup.exe properties

VIProductVersion ${PROJECT_VERSION}
VIProductVersion 1.1.0.1
VIAddVersionKey ProductName "${PROJECT_NAME}"
VIAddVersionKey ProductVersion "${PROJECT_VERSION}"
VIAddVersionKey CompanyName "${PROJECT_ORGANIZATION_NAME}"
Expand Down

0 comments on commit 5a340d8

Please sign in to comment.