r18890 by jghali - bump version to 1.4.4.svn and update splash screen
scribus-commit
scribus-commit at lists.scribus.net
Sun Mar 9 09:25:28 UTC 2014
Author: jghali
Date: Sun Mar 9 09:25:27 2014
New Revision: 18890
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18890
Log:
bump version to 1.4.4.svn and update splash screen
Modified:
branches/Version14x/Scribus/CMakeLists.txt
branches/Version14x/Scribus/config.h.cmake
branches/Version14x/Scribus/resources/icons/Splash.png
branches/Version14x/Scribus/win32/vc11/win-config.h
branches/Version14x/Scribus/win32/vc9/win-config.h
Modified: branches/Version14x/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18890&path=/branches/Version14x/Scribus/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/CMakeLists.txt (original)
+++ branches/Version14x/Scribus/CMakeLists.txt Sun Mar 9 09:25:27 2014
@@ -78,8 +78,8 @@
#where VERSION_SUFFIX is of the form "", "svn" or "Nsvn" (N being the minor patch level)
SET (VERSION_MAJOR "1")
SET (VERSION_MINOR "4")
-SET (VERSION_PATCH "3")
-SET (VERSION_SUFFIX "")
+SET (VERSION_PATCH "4")
+SET (VERSION_SUFFIX "svn")
SET (VERSION ${VERSION_MAJOR})
IF (VERSION_MINOR GREATER -1)
SET (VERSION ${VERSION}.${VERSION_MINOR})
Modified: branches/Version14x/Scribus/config.h.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18890&path=/branches/Version14x/Scribus/config.h.cmake
==============================================================================
--- branches/Version14x/Scribus/config.h.cmake (original)
+++ branches/Version14x/Scribus/config.h.cmake Sun Mar 9 09:25:27 2014
@@ -9,7 +9,7 @@
#error "Include <scconfig.h> rather than using <config.h> directly"
#endif
-#cmakedefine VERSION "1.4.3"
+#cmakedefine VERSION "1.4.4.svn"
#cmakedefine BUILD_WINDOWS_VERSION 1
#cmakedefine SC_USE_GDI 1
Modified: branches/Version14x/Scribus/resources/icons/Splash.png
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18890&path=/branches/Version14x/Scribus/resources/icons/Splash.png
==============================================================================
Binary files - no diff available.
Modified: branches/Version14x/Scribus/win32/vc11/win-config.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18890&path=/branches/Version14x/Scribus/win32/vc11/win-config.h
==============================================================================
--- branches/Version14x/Scribus/win32/vc11/win-config.h (original)
+++ branches/Version14x/Scribus/win32/vc11/win-config.h Sun Mar 9 09:25:27 2014
@@ -2,7 +2,7 @@
#define WINCONFIG_H
/* Version number of package */
-#define VERSION "1.4.3"
+#define VERSION "1.4.4svn"
/* Are we building win32 native version. */
#define BUILD_WINDOWS_VERSION 1
Modified: branches/Version14x/Scribus/win32/vc9/win-config.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18890&path=/branches/Version14x/Scribus/win32/vc9/win-config.h
==============================================================================
--- branches/Version14x/Scribus/win32/vc9/win-config.h (original)
+++ branches/Version14x/Scribus/win32/vc9/win-config.h Sun Mar 9 09:25:27 2014
@@ -2,7 +2,7 @@
#define WINCONFIG_H
/* Version number of package */
-#define VERSION "1.4.3"
+#define VERSION "1.4.4svn"
/* Are we building win32 native version. */
#define BUILD_WINDOWS_VERSION 1
More information about the scribus-commit
mailing list