set version number to 1.4.4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15195 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-10-02 09:11:23 +00:00
parent 352992f960
commit 692f022eed
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-10-02 Michael Gerz <michael.gerz@teststep.org>
* MacOSX/LyX.app/Contents/Info.plist:
* cmake/CMakeLists.txt: set version to 1.4.4
2006-08-13 Bo Peng <ben.bob@gmail.com>
* scons/*: add scons build system

View File

@ -24,7 +24,7 @@
</dict>
</array>
<key>CFBundleGetInfoString</key>
<string>LyX/Mac-1.4.3</string>
<string>LyX/Mac-1.4.4</string>
<key>CFBundleIconFile</key>
<string>LyXapp.icns</string>
<key>CFBundleIdentifier</key>

View File

@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules")
set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
set(PACKAGE lyx)
set(PACKAGE_VERSION 1.4.3)
set(PACKAGE_VERSION 1.4.4)
if(NOT GROUP_CODE)