/trunk/Scribus/CMakeLists.txt |
---|
45,8 → 45,8 |
#where VERSION_SUFFIX is of the form "", "svn" or "Nsvn" (N being the minor patch level) |
SET (VERSION_MAJOR "1") |
SET (VERSION_MINOR "5") |
SET (VERSION_PATCH "0") |
SET (VERSION_SUFFIX "") |
SET (VERSION_PATCH "1") |
SET (VERSION_SUFFIX "svn") |
SET (VERSION ${VERSION_MAJOR}) |
IF (VERSION_MINOR GREATER -1) |
SET (VERSION ${VERSION}.${VERSION_MINOR}) |
/trunk/Scribus/OSX-package/inputs/Info.plist |
---|
3,13 → 3,13 |
<plist version="1.0"> |
<dict> |
<key>CFBundleGetInfoString</key> |
<string>Scribus Installer 1.5.0</string> |
<string>Scribus Installer 1.5.1.svn</string> |
<key>CFBundleIdentifier</key> |
<string>net.scribus.osxinstaller</string> |
<key>CFBundleName</key> |
<string>Scribus</string> |
<key>CFBundleShortVersionString</key> |
<string>1.5.0</string> |
<string>1.5.1.svn</string> |
<key>IFMajorVersion</key> |
<integer>0</integer> |
<key>IFMinorVersion</key> |
/trunk/Scribus/OSX-package/inputs/Scribus.pkg-Info.plist |
---|
3,13 → 3,13 |
<plist version="1.0"> |
<dict> |
<key>CFBundleGetInfoString</key> |
<string>Scribus 1.5.0</string> |
<string>Scribus 1.5.1.svn</string> |
<key>CFBundleIdentifier</key> |
<string>net.scribus.aqua</string> |
<key>CFBundleName</key> |
<string>Scribus</string> |
<key>CFBundleShortVersionString</key> |
<string>1.5.0</string> |
<string>1.5.1.svn</string> |
<key>IFMajorVersion</key> |
<integer>0</integer> |
<key>IFMinorVersion</key> |
/trunk/Scribus/Scribus.app/Contents/Info.plist |
---|
67,7 → 67,7 |
<key>CFBundlePackageType</key> |
<string>APPL</string> |
<key>CFBundleShortVersionString</key> |
<string>1.5.0</string> |
<string>1.5.1.svn</string> |
<key>CFBundleSignature</key> |
<string>OSCR</string> |
</dict> |
/trunk/Scribus/config.h.cmake |
---|
9,7 → 9,7 |
#error "Include <scconfig.h> rather than using <config.h> directly" |
#endif |
#cmakedefine VERSION "1.5.0" |
#cmakedefine VERSION "1.5.1.svn" |
#cmakedefine BUILD_WINDOWS_VERSION 1 |
#cmakedefine DLL_USE_NATIVE_API 1 |
/trunk/Scribus/scribus.lsm |
---|
1,6 → 1,6 |
Begin4 |
Title: Scribus |
Version: 1.5.0 |
Version: 1.5.1.svn |
Entered-date: 2003-10-01 |
Description: Scribus is a Page Layout Program for Linux published under the GNU GPL. |
Keywords: desktop publishing, page layout, PDF, text processing, graphics, postscript, SVG, EPS |