Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
ea94d2a9
Kaydet (Commit)
ea94d2a9
authored
Mar 13, 2016
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Post release version bump
Say hello to Geany 1.28 "Malvek"!
üst
40e15c38
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
7 deletions
+10
-7
NEWS
NEWS
+3
-0
configure.ac
configure.ac
+1
-1
geany.txt
doc/geany.txt
+1
-1
geany.exe.manifest
geany.exe.manifest
+1
-1
geany_private.rc
geany_private.rc
+2
-2
geany.h
src/geany.h
+1
-1
win32-config.h
win32-config.h
+1
-1
No files found.
NEWS
Dosyayı görüntüle @
ea94d2a9
Geany 1.28 (unreleased)
Geany 1.27 (March 13, 2016)
General
...
...
configure.ac
Dosyayı görüntüle @
ea94d2a9
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60])
AC_INIT([Geany], [1.2
7
],
AC_INIT([Geany], [1.2
8
],
[https://sourceforge.net/tracker/?group_id=153444&atid=787791])
AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux])
...
...
doc/geany.txt
Dosyayı görüntüle @
ea94d2a9
.. |(version)| replace:: 1.2
7
.. |(version)| replace:: 1.2
8
.. -*- reStructuredText -*-
=======
...
...
geany.exe.manifest
Dosyayı görüntüle @
ea94d2a9
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<assemblyIdentity
version=
"1.2
7
.0.0"
version=
"1.2
8
.0.0"
processorArchitecture=
"X86"
name=
"Geany"
type=
"win32"
/>
...
...
geany_private.rc
Dosyayı görüntüle @
ea94d2a9
#include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,2
7
,0,0
#define VER_FILEVERSION_STR "1.2
7
"
#define VER_FILEVERSION 1,2
8
,0,0
#define VER_FILEVERSION_STR "1.2
8
"
#define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
...
...
src/geany.h
Dosyayı görüntüle @
ea94d2a9
...
...
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
* listed in the documentation should not be changed */
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_CODENAME "
Rezer
"
#define GEANY_CODENAME "
Malvek
"
#define GEANY_HOMEPAGE "http://www.geany.org/"
#define GEANY_WIKI "http://wiki.geany.org/"
#define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"
...
...
win32-config.h
Dosyayı görüntüle @
ea94d2a9
...
...
@@ -311,7 +311,7 @@
/* #undef volatile */
/* Version number of package */
#define VERSION "1.2
7
"
#define VERSION "1.2
8
"
#define REVISION "-1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment