Version bump and updated codename for the next release.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1142 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
2bb1b75a82
commit
1b309c195b
@ -8,6 +8,9 @@
|
|||||||
* src/callbacks.c: Fixed wrong paste behaviour under Windows with some
|
* src/callbacks.c: Fixed wrong paste behaviour under Windows with some
|
||||||
applications.
|
applications.
|
||||||
* src/ui_utils.c: Start column count from 0 in the statusbar display.
|
* src/ui_utils.c: Start column count from 0 in the statusbar display.
|
||||||
|
* New release: Geany 0.10 "Sander".
|
||||||
|
* configure.in, src/geany.h, geany_private.rc:
|
||||||
|
Version bump and updated codename for the next release.
|
||||||
|
|
||||||
|
|
||||||
2006-12-20 Enrico Tröger <enrico.troeger@uvena.de>
|
2006-12-20 Enrico Tröger <enrico.troeger@uvena.de>
|
||||||
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl $Id$
|
dnl $Id$
|
||||||
|
|
||||||
AC_INIT(configure.in)
|
AC_INIT(configure.in)
|
||||||
AM_INIT_AUTOMAKE(geany, 0.10)
|
AM_INIT_AUTOMAKE(geany, 0.11)
|
||||||
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
|
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,10,0,0
|
FILEVERSION 0,10,9,0
|
||||||
PRODUCTVERSION 0,10,0,0
|
PRODUCTVERSION 0,10,9,0
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
@ -14,14 +14,14 @@ FILETYPE VFT_APP
|
|||||||
BLOCK "040704E4"
|
BLOCK "040704E4"
|
||||||
{
|
{
|
||||||
VALUE "CompanyName", ""
|
VALUE "CompanyName", ""
|
||||||
VALUE "FileVersion", "0.10"
|
VALUE "FileVersion", "0.11svn"
|
||||||
VALUE "FileDescription", "Small and lightweight IDE (built using mingw gcc)"
|
VALUE "FileDescription", "Small and lightweight IDE (built using mingw gcc)"
|
||||||
VALUE "InternalName", "geany"
|
VALUE "InternalName", "geany"
|
||||||
VALUE "LegalCopyright", "Copyright 2005-2006 by Enrico Troeger"
|
VALUE "LegalCopyright", "Copyright 2005-2006 by Enrico Troeger"
|
||||||
VALUE "LegalTrademarks", ""
|
VALUE "LegalTrademarks", ""
|
||||||
VALUE "OriginalFilename", "geany"
|
VALUE "OriginalFilename", "geany"
|
||||||
VALUE "ProductName", "geany"
|
VALUE "ProductName", "geany"
|
||||||
VALUE "ProductVersion", "0.10"
|
VALUE "ProductVersion", "0.11svn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
// listed in the documentation should not be changed ;-)
|
// listed in the documentation should not be changed ;-)
|
||||||
#define GEANY_HOME_DIR g_get_home_dir()
|
#define GEANY_HOME_DIR g_get_home_dir()
|
||||||
#define GEANY_FILEDEFS_SUBDIR "filedefs"
|
#define GEANY_FILEDEFS_SUBDIR "filedefs"
|
||||||
#define GEANY_CODENAME "Sander"
|
#define GEANY_CODENAME "Bandor"
|
||||||
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
|
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
|
||||||
#define GEANY_USE_WIN32_DIALOG 0
|
#define GEANY_USE_WIN32_DIALOG 0
|
||||||
#define GEANY_CHECK_FILE_DELAY 30
|
#define GEANY_CHECK_FILE_DELAY 30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user