r13861 by mrdocs - bump the versioning to 1.3.6.svn

scribus-commit scribus-commit at lists.scribus.net
Wed Aug 26 05:39:07 CEST 2009


Revision: 13861
Author: mrdocs
Date: 2009-08-15T21:11:08.111733Z
Commit message: bump the versioning to 1.3.6.svn

Changeset: 
M  /branches/Version135/Scribus/config.h.cmake
M  /branches/Version135/Scribus/CMakeLists.txt
M  /branches/Version135/Scribus/scribusversions.xml

Diffs:
Index: scribusversions.xml
===================================================================
--- scribusversions.xml	(revision 13860)
+++ scribusversions.xml	(revision 13861)
@@ -8,13 +8,13 @@
   <release platform="OS2" stability="stablesvn" version="1.3.3.14svn" />
   <release platform="MacOSX" stability="stablesvn" version="1.3.3.14svn" />
   <release platform="Win32" stability="stablesvn" version="1.3.3.14svn" />
-  <release platform="X11" stability="unstable" version="1.3.5.rc3" />
-  <release platform="Win32" stability="unstable" version="1.3.5.rc3" />
-  <release platform="MacOSX" stability="unstable" version="1.3.5.rc3" />
-  <release platform="OS2" stability="unstable" version="1.3.5.rc3" />
+  <release platform="X11" stability="unstable" version="1.3.5.1" />
+  <release platform="Win32" stability="unstable" version="1.3.5.1" />
+  <release platform="MacOSX" stability="unstable" version="1.3.5.1" />
+  <release platform="OS2" stability="unstable" version="1.3.5.1" />
   <release platform="X11" stability="unstablesvn" version="1.5.0.svn" />
   <release platform="Win32" stability="unstablesvn" version="1.5.0.svn" />
   <release platform="MacOSX" stability="unstablesvn" version="1.5.0.svn" />
   <release platform="OS2" stability="unstablesvn" version="1.5.0.svn" />
-  <message lang="en" > - Scribus 1.3.3.13 is the latest stable release.<![CDATA[<br>]]> - We have stabilised 1.3.3.x for those wishing to use some new features of the 1.3.x series but need more stability.<![CDATA[<br>]]> - Scribus 1.3.5.rc3 was released 29 June 2009 </message>
+  <message lang="en" > - Scribus 1.3.3.13 is the latest stable release.<![CDATA[<br>]]> - We have stabilised 1.3.3.x for those wishing to use some new features of the 1.3.x series but need more stability.<![CDATA[<br>]]> - Scribus 1.3.5.1 was released 14 August 2009 </message>
 </scribus>
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt	(revision 13860)
+++ CMakeLists.txt	(revision 13861)
@@ -76,8 +76,8 @@
 #where VERSION_SUFFIX is of the form "", "cvs" or "Ncvs" (N being the minor patch level)
 SET (VERSION_MAJOR "1")
 SET (VERSION_MINOR "3")
-SET (VERSION_PATCH "5")
-SET (VERSION_SUFFIX "1")
+SET (VERSION_PATCH "6")
+SET (VERSION_SUFFIX "svn")
 SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUFFIX})
 MESSAGE(STATUS "Scribus ${VERSION} will be built to install into ${CMAKE_INSTALL_PREFIX}")
 
@@ -774,12 +774,15 @@
   SET(CPACK_TOPLEVEL_TAG "")
   SET(CPACK_SOURCE_IGNORE_FILES
     CMakeCache.txt
+
     scribus-1.3.5.0.tar.bz2
     scribus-1.3.5.0.tar.Z
     scribus-1.3.5.0.svn.tar.gz
     scribus-1.3.5.1.tar.bz2
     scribus-1.3.5.1.tar.Z
-    scribus-1.3.5.1.svn.tar.gz
+    scribus-1.3.6.svn.tar.gz
+    scribus-1.3.6.svn.tar.Z
+    scribus-1.3.6.svn.tar.gz
     "~$"
     "\\\\.cvsignore$"
     "\\\\.o$"
Index: config.h.cmake
===================================================================
--- config.h.cmake	(revision 13860)
+++ config.h.cmake	(revision 13861)
@@ -9,7 +9,7 @@
 #error "Include <scconfig.h> rather than using <config.h> directly"
 #endif
 
-#cmakedefine VERSION "1.3.5.1"
+#cmakedefine VERSION "1.3.6.svn"
 
 #cmakedefine BUILD_WINDOWS_VERSION 1
 #cmakedefine SC_USE_GDI 1




More information about the scribus-commit mailing list