Skip to content

Commit

Permalink
manythings
Browse files Browse the repository at this point in the history
pixmap changes (sry motion)
proper versioning (sigh)
  • Loading branch information
giaki3003 committed Jul 24, 2018
1 parent 0151896 commit 93e06cb
Show file tree
Hide file tree
Showing 20 changed files with 1,181 additions and 1,077 deletions.
6 changes: 3 additions & 3 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, 0)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([SOV Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/sovcrypto/sov/issues],[sovcore])
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: "sov-linux-0.12"
name: "sov-linux-1.3"
enable_cache: true
suites:
- "trusty"
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: "sov-osx-0.12"
name: "sov-osx-1.3"
enable_cache: true
suites:
- "trusty"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-rpi2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "sov-raspberry-0.12"
name: "sov-raspberry-1.3"
enable_cache: true
suites:
- "precise"
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: "sov-win-0.12"
name: "sov-win-1.3"
enable_cache: true
suites:
- "trusty"
Expand Down
Binary file modified share/pixmaps/nsis-header.bmp
Binary file not shown.
Binary file modified share/pixmaps/nsis-wizard.bmp
Binary file not shown.
Binary file modified share/pixmaps/sov.ico
Binary file not shown.
Binary file modified share/pixmaps/sov128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
481 changes: 236 additions & 245 deletions share/pixmaps/sov128.xpm

Large diffs are not rendered by default.

Binary file modified share/pixmaps/sov16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 93e06cb

Please sign in to comment.