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
ca16aff4
Kaydet (Commit)
ca16aff4
authored
Kas 19, 2017
tarafından
Enrico Tröger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Post release version bump
Say hello to Geany 1.33 "Gorgon"!
üst
80f33c80
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
6 deletions
+9
-6
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
No files found.
NEWS
Dosyayı görüntüle @
ca16aff4
Geany 1.33 (unreleased)
Geany 1.32 (November 19, 2017)
Geany 1.32 (November 19, 2017)
General
General
...
...
configure.ac
Dosyayı görüntüle @
ca16aff4
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60])
AC_PREREQ([2.60])
AC_INIT([Geany], [1.3
2
],
AC_INIT([Geany], [1.3
3
],
[https://github.com/geany/geany/issues])
[https://github.com/geany/geany/issues])
AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_AUX_DIR([build-aux])
...
...
doc/geany.txt
Dosyayı görüntüle @
ca16aff4
.. |(version)| replace:: 1.3
2
.. |(version)| replace:: 1.3
3
.. -*- reStructuredText -*-
.. -*- reStructuredText -*-
=======
=======
...
...
geany.exe.manifest
Dosyayı görüntüle @
ca16aff4
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<assemblyIdentity
<assemblyIdentity
version=
"1.3
2
.0.0"
version=
"1.3
3
.0.0"
processorArchitecture=
"X86"
processorArchitecture=
"X86"
name=
"Geany"
name=
"Geany"
type=
"win32"
/>
type=
"win32"
/>
...
...
geany_private.rc
Dosyayı görüntüle @
ca16aff4
#include <windows.h> // include for version info constants
#include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,3
2
,0,0
#define VER_FILEVERSION 1,3
3
,0,0
#define VER_FILEVERSION_STR "1.3
2
"
#define VER_FILEVERSION_STR "1.3
3
"
#define APP_MANIFEST 1
#define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
...
...
src/geany.h
Dosyayı görüntüle @
ca16aff4
...
@@ -42,7 +42,7 @@ G_BEGIN_DECLS
...
@@ -42,7 +42,7 @@ G_BEGIN_DECLS
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_TAGS_SUBDIR "tags"
#define GEANY_TAGS_SUBDIR "tags"
#define GEANY_CODENAME "
Bemos
"
#define GEANY_CODENAME "
Gorgon
"
#define GEANY_HOMEPAGE "http://www.geany.org/"
#define GEANY_HOMEPAGE "http://www.geany.org/"
#define GEANY_WIKI "http://wiki.geany.org/"
#define GEANY_WIKI "http://wiki.geany.org/"
#define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"
#define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"
...
...
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