Skip to content

Commit

Permalink
Merge #860: [Build] Name master branch 1.1.1.99 to distinguish from v…
Browse files Browse the repository at this point in the history
…1.2 branch

66addc2 [Build] Name master branch 1.1.1.99 to distinguish from v1.2 branch (Cave Spectre)

Pull request description:

  ### Problem
  No way to tell the difference between the master branch builds and the 1.2.0-Dev branch builds

  ### Root Cause
  No defined distinction

  ### Solution
  Name master branch 1.1.1.99 to distinguish from 1.2.0.99 should there be a 1.1.1

Tree-SHA512: 86fe4ab5d9da3f01037621f9867dd774e51fb0a588a17db472e3100a90e62fdcdcb02135345621713d40c385fca755da3b1d69a1a713112c4860775a5b3fcab7
  • Loading branch information
CaveSpectre11 committed Oct 25, 2020
2 parents 9a35d07 + 66addc2 commit 259177a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 99)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2020)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "veil-1.2.0.99"
name: "veil-1.1.1.99"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "veil-osx-1.2.0.99"
name: "veil-osx-1.1.1.99"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "veil-win-1.2.0.99"
name: "veil-win-1.1.1.99"
enable_cache: true
suites:
- "bionic"
Expand Down

0 comments on commit 259177a

Please sign in to comment.