diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-04-10 16:25:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-04-10 16:39:38 +0200 |
commit | 4045e770193ae632aca7075105dda89686c597d6 (patch) | |
tree | 374b4c19cbe3084b007926e1c30ce5eb878c632b /sysui | |
parent | b37acfc09e9f24ca602bd1f9343b6af60d0656bc (diff) |
use x.y.z version also for desktop integration packages (fdo#47840)
This version scheme is used for other packages as well. It is important for
the desktop integration packages now because we started reseting buildid for
each bugfix release (fdo#47840). This value is used also for the release
number of Linux packages.
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/productversion.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk index 398241d55a8f..5a186bca51bf 100755 --- a/sysui/desktop/productversion.mk +++ b/sysui/desktop/productversion.mk @@ -45,7 +45,8 @@ PKGDIR=$(BIN) .INCLUDE : productversion.mk -PKGVERSION = $(PRODUCTVERSION) +PKGVERSION = $(VERSIONMAJOR).$(VERSIONMINOR).$(VERSIONMICRO) + # gnome-vfs treats everything behind the last '.' as an icon extension, # even though the "icon_filename" in '.keys' is specified as filename # without extension. Since it also does not know how to handle "2-writer" |