mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 22:32:19 +00:00
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:
parent
352992f960
commit
692f022eed
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user