Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-boon committed Oct 26, 2022
1 parent 374cf18 commit ac17571
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
glm (3.3.1a1-0) UNRELEASED; urgency=low
glm (3.3.1a2-0) UNRELEASED; urgency=low

* new version 3.2.0a1
* new version 3.2.0a8
Expand All @@ -13,8 +13,9 @@ glm (3.3.1a1-0) UNRELEASED; urgency=low
* new version 3.3.0
* new version 3.3.1a0
* new version 3.3.1a1
* new version 3.3.1a2

-- Casper Boon <casper@ringneck> Wed, 05 Oct 2022 13:53:42 +0800
-- Casper Boon <casper@oldmail.local.ambinet.com.au> Wed, 26 Oct 2022 15:00:28 +0800

glm (3.1.0-0) UNRELEASED; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package=glm
year=2021
version=3.3.1a1
version=3.3.1a2
release=0.0

#export DH_VERBOSE=1
Expand Down
8 changes: 4 additions & 4 deletions win/glm+.rc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ END

//==============================================================================
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,3,1,0xa1
PRODUCTVERSION 3,3,1,0xa1
FILEVERSION 3,3,1,0xa2
PRODUCTVERSION 3,3,1,0xa2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "AED Group; University of Western Australia"
VALUE "FileDescription", "General Lake Model (GLM) with AED+"
VALUE "FileVersion", "3.3.1a1 \0"
VALUE "FileVersion", "3.3.1a2 \0"
VALUE "InternalName", "version.rc"
VALUE "LegalCopyright", "Copyright (C) 2022"
VALUE "OriginalFilename", "version.rc"
VALUE "ProductName", "GLM+"
VALUE "ProductVersion", "3.3.1a1 \0"
VALUE "ProductVersion", "3.3.1a2 \0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions win/glm.rc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ END

//==============================================================================
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,3,1,0xa1
PRODUCTVERSION 3,3,1,0xa1
FILEVERSION 3,3,1,0xa2
PRODUCTVERSION 3,3,1,0xa2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "AED Group; University of Western Australia"
VALUE "FileDescription", "General Lake Model (GLM)"
VALUE "FileVersion", "3.3.1a1 \0"
VALUE "FileVersion", "3.3.1a2 \0"
VALUE "InternalName", "version.rc"
VALUE "LegalCopyright", "Copyright (C) 2022"
VALUE "OriginalFilename", "version.rc"
VALUE "ProductName", "GLM"
VALUE "ProductVersion", "3.3.1a1 \0"
VALUE "ProductVersion", "3.3.1a2 \0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ac17571

Please sign in to comment.