Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Update build 7 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
a1aw committed May 26, 2019
1 parent 0d5da8c commit da6dfae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Osumer {

public static final String OSUMER_BRANCH = "snapshot";

public static final int OSUMER_BUILD_NUM = 7;
public static final int OSUMER_BUILD_NUM = 8;

public static String getVersionString() {
return OSUMER_VERSION + "-" + OSUMER_BRANCH + "-b" + OSUMER_BUILD_NUM;
Expand Down
6 changes: 3 additions & 3 deletions osumer-setup/osumer-setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -7311,15 +7311,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:osumer2"
"ProductCode" = "8:{ABB4E0D9-1D7B-44F0-A704-0D023F565631}"
"PackageCode" = "8:{54CBB04D-C797-4C9B-B630-AC123DED46E5}"
"ProductCode" = "8:{1484BE90-6A0E-4E6F-8694-AE2EF4553B47}"
"PackageCode" = "8:{19676BE8-2AAD-4954-B87F-C083505119C4}"
"UpgradeCode" = "8:{C6ACFCF0-C116-4504-9CF7-C865BD2B1D66}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:2.0.07"
"ProductVersion" = "8:2.0.08"
"Manufacturer" = "8:mob41"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/mob41/osumer/issues/new"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<global.generation>2.0.0</global.generation>
<global.branch>SNAPSHOT</global.branch>
<global.build>7</global.build>
<global.build>8</global.build>
<global.version>${global.generation}-${global.branch}</global.version>
<metrics.version>3.1.0</metrics.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit da6dfae

Please sign in to comment.